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