1 implementation of Started
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\Notification\AbstractGlobalOperationNotificationService.cs (1)
25public 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;