1 write to _globalOperationNotificationService
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\GlobalOperationAwareIdleProcessor.cs (1)
29
_globalOperationNotificationService
= globalOperationNotificationService;
6 references to _globalOperationNotificationService
Microsoft.CodeAnalysis.Features (6)
SolutionCrawler\GlobalOperationAwareIdleProcessor.cs (6)
31
if (
_globalOperationNotificationService
!= null)
33
_globalOperationNotificationService
.Started += OnGlobalOperationStarted;
34
_globalOperationNotificationService
.Stopped += OnGlobalOperationStopped;
40
if (
_globalOperationNotificationService
!= null)
42
_globalOperationNotificationService
.Started -= OnGlobalOperationStarted;
43
_globalOperationNotificationService
.Stopped -= OnGlobalOperationStopped;