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