2 implementations of Stopped
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteGlobalOperationNotificationService.cs (1)
17public event EventHandler? Stopped;
Microsoft.CodeAnalysis.Workspaces (1)
Notification\AbstractGlobalOperationNotificationService.cs (1)
28public event EventHandler? Stopped;
8 references to Stopped
Microsoft.CodeAnalysis.EditorFeatures (2)
Remote\SolutionChecksumUpdater.cs (2)
78_globalOperationService.Stopped += OnGlobalOperationStopped; 95_globalOperationService.Stopped -= OnGlobalOperationStopped;
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingGlobalOperationAwareIdleProcessor.cs (2)
34_globalOperationNotificationService.Stopped += OnGlobalOperationStopped; 43_globalOperationNotificationService.Stopped -= OnGlobalOperationStopped;
SolutionCrawler\GlobalOperationAwareIdleProcessor.cs (2)
34_globalOperationNotificationService.Stopped += OnGlobalOperationStopped; 43_globalOperationNotificationService.Stopped -= OnGlobalOperationStopped;
Microsoft.VisualStudio.LanguageServices (2)
Remote\GlobalNotificationRemoteDeliveryService.cs (2)
58globalOperationService.Stopped += OnGlobalOperationStopped; 65globalOperationService.Stopped -= OnGlobalOperationStopped;