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