1 write to _eventQueue
Microsoft.CodeAnalysis.Workspaces (1)
Notification\AbstractGlobalOperationNotificationService.cs (1)
31
_eventQueue
= new AsyncBatchingWorkQueue<bool>(
2 references to _eventQueue
Microsoft.CodeAnalysis.Workspaces (2)
Notification\AbstractGlobalOperationNotificationService.cs (2)
73
_eventQueue
.AddWork(true);
90
_eventQueue
.AddWork(false);