2 implementations of CurrentContextScheduler
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\ThreadingContextTaskSchedulerProvider.cs (1)
19public TaskScheduler CurrentContextScheduler { get; }
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TaskScheduler\TaskSchedulerProvider.cs (1)
23public TaskScheduler CurrentContextScheduler
1 reference to CurrentContextScheduler
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
82_taskQueue = new TaskQueue(listenerProvider.GetListener(), schedulerProvider.CurrentContextScheduler);