1 implementation of ShouldReportChanges
Microsoft.CodeAnalysis.Features (1)
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
46
public bool
ShouldReportChanges
(SolutionServices services)
2 references to ShouldReportChanges
Microsoft.CodeAnalysis.EditorFeatures (1)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
73
var shouldReport = aggregationService.
ShouldReportChanges
(workspace.Services.SolutionServices);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (1)
35
return new ValueTask<bool>(aggregationService.
ShouldReportChanges
(services));