1 implementation of ShouldReportChanges
Microsoft.CodeAnalysis.Features (1)
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
36public bool ShouldReportChanges(SolutionServices services)
1 reference to ShouldReportChanges
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (1)
31return new ValueTask<bool>(aggregationService.ShouldReportChanges(services));