1 implementation of ShouldReportChangesAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (1)
28public ValueTask<bool> ShouldReportChangesAsync(CancellationToken cancellationToken)
1 reference to ShouldReportChangesAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
88(service, cancellationToken) => service.ShouldReportChangesAsync(cancellationToken),