1 implementation of Stopped
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\Notification\AbstractGlobalOperationNotificationService.cs (1)
26
public event EventHandler?
Stopped
;
2 references to Stopped
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingGlobalOperationAwareIdleProcessor.cs (2)
32
_globalOperationNotificationService.
Stopped
+= OnGlobalOperationStopped;
41
_globalOperationNotificationService.
Stopped
-= OnGlobalOperationStopped;