2 implementations of Started
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteGlobalOperationNotificationService.cs (1)
16public event EventHandler? Started;
Microsoft.CodeAnalysis.Workspaces (1)
Notification\AbstractGlobalOperationNotificationService.cs (1)
27public event EventHandler? Started;
8 references to Started
Microsoft.CodeAnalysis.EditorFeatures (2)
Remote\SolutionChecksumUpdater.cs (2)
77_globalOperationService.Started += OnGlobalOperationStarted; 94_globalOperationService.Started -= OnGlobalOperationStarted;
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingGlobalOperationAwareIdleProcessor.cs (2)
33_globalOperationNotificationService.Started += OnGlobalOperationStarted; 42_globalOperationNotificationService.Started -= OnGlobalOperationStarted;
SolutionCrawler\GlobalOperationAwareIdleProcessor.cs (2)
33_globalOperationNotificationService.Started += OnGlobalOperationStarted; 42_globalOperationNotificationService.Started -= OnGlobalOperationStarted;
Microsoft.VisualStudio.LanguageServices (2)
Remote\GlobalNotificationRemoteDeliveryService.cs (2)
57globalOperationService.Started += OnGlobalOperationStarted; 64globalOperationService.Started -= OnGlobalOperationStarted;