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