1 write to _taskQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
94
_taskQueue
= new TaskQueue(listener, TaskScheduler.Default);
4 references to _taskQueue
Microsoft.CodeAnalysis.EditorFeatures (4)
Interactive\InteractiveSession.cs (4)
124
_ =
_taskQueue
.ScheduleTask(nameof(ProcessInitialized), () =>
153
_taskQueue
.ScheduleTask(
323
return
_taskQueue
.ScheduleTask(nameof(ExecuteCodeAsync), async () =>
381
return
_taskQueue
.ScheduleTask(nameof(ExecuteCodeAsync), async () =>