1 write to _taskQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
92
_taskQueue
= new TaskQueue(listener, TaskScheduler.Default);
4 references to _taskQueue
Microsoft.CodeAnalysis.EditorFeatures (4)
Interactive\InteractiveSession.cs (4)
122
_ =
_taskQueue
.ScheduleTask(nameof(ProcessInitialized), () =>
151
_taskQueue
.ScheduleTask(
321
return
_taskQueue
.ScheduleTask(nameof(ExecuteCodeAsync), async () =>
380
return
_taskQueue
.ScheduleTask(nameof(ExecuteCodeAsync), async () =>