Implemented interface member:
event
Started
Microsoft.CodeAnalysis.Notification.IGlobalOperationNotificationService.Started
2 references to Started
Microsoft.CodeAnalysis.Workspaces (2)
Notification\AbstractGlobalOperationNotificationService.cs (2)
47var started = this.Started; 49_eventQueue.ScheduleTask(nameof(RaiseGlobalOperationStarted), () => this.Started?.Invoke(this, EventArgs.Empty), CancellationToken.None);