1 write to _globalOperationNotificationService
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingGlobalOperationAwareIdleProcessor.cs (1)
27
_globalOperationNotificationService
= globalOperationNotificationService;
6 references to _globalOperationNotificationService
Microsoft.CodeAnalysis.Features (6)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingGlobalOperationAwareIdleProcessor.cs (6)
29
if (
_globalOperationNotificationService
!= null)
31
_globalOperationNotificationService
.Started += OnGlobalOperationStarted;
32
_globalOperationNotificationService
.Stopped += OnGlobalOperationStopped;
38
if (
_globalOperationNotificationService
!= null)
40
_globalOperationNotificationService
.Started -= OnGlobalOperationStarted;
41
_globalOperationNotificationService
.Stopped -= OnGlobalOperationStopped;