Implemented interface member:
event
Stopped
Microsoft.CodeAnalysis.Notification.IGlobalOperationNotificationService.Stopped
1 reference to Stopped
Microsoft.CodeAnalysis.Workspaces (1)
Notification\AbstractGlobalOperationNotificationService.cs (1)
51
var eventHandler = value ? Started :
Stopped
;