1 implementation of Started
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\Notification\AbstractGlobalOperationNotificationService.cs (1)
25
public event EventHandler?
Started
;
2 references to Started
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingGlobalOperationAwareIdleProcessor.cs (2)
31
_globalOperationNotificationService.
Started
+= OnGlobalOperationStarted;
40
_globalOperationNotificationService.
Started
-= OnGlobalOperationStarted;