Implemented interface member:
event
Stopped
Microsoft.CodeAnalysis.Notification.IGlobalOperationNotificationService.Stopped
2 references to Stopped
Microsoft.CodeAnalysis.Workspaces (2)
Notification\AbstractGlobalOperationNotificationService.cs (2)
54
var stopped = this.
Stopped
;
56
_eventQueue.ScheduleTask(nameof(RaiseGlobalOperationStopped), () => this.
Stopped
?.Invoke(this, EventArgs.Empty), CancellationToken.None);