1 write to _eventQueue
Microsoft.CodeAnalysis.Workspaces (1)
Notification\AbstractGlobalOperationNotificationService.cs (1)
33_eventQueue = new TaskQueue(listenerProvider.GetListener(FeatureAttribute.GlobalOperation), TaskScheduler.Default);
2 references to _eventQueue
Microsoft.CodeAnalysis.Workspaces (2)
Notification\AbstractGlobalOperationNotificationService.cs (2)
49_eventQueue.ScheduleTask(nameof(RaiseGlobalOperationStarted), () => this.Started?.Invoke(this, EventArgs.Empty), CancellationToken.None); 56_eventQueue.ScheduleTask(nameof(RaiseGlobalOperationStopped), () => this.Stopped?.Invoke(this, EventArgs.Empty), CancellationToken.None);