2 instantiations of TaskQueue
Microsoft.CodeAnalysis.Workspaces (2)
Notification\AbstractGlobalOperationNotificationService.cs (1)
29
_eventQueue = new
TaskQueue
(listenerProvider.GetListener(FeatureAttribute.GlobalOperation), TaskScheduler.Default);
Workspace\Workspace.cs (1)
79
_taskQueue = new
TaskQueue
(listenerProvider.GetListener(), schedulerProvider.CurrentContextScheduler);
2 references to TaskQueue
Microsoft.CodeAnalysis.Workspaces (2)
Notification\AbstractGlobalOperationNotificationService.cs (1)
21
private readonly
TaskQueue
_eventQueue;
Workspace\Workspace.cs (1)
50
private readonly
TaskQueue
_taskQueue;