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( 321return _taskQueue.ScheduleTask(nameof(ExecuteCodeAsync), async () => 380return _taskQueue.ScheduleTask(nameof(ExecuteCodeAsync), async () =>