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