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