1 implementation of CurrentContextScheduler
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TaskScheduler\TaskSchedulerProvider.cs (1)
23
public TaskScheduler
CurrentContextScheduler
1 reference to CurrentContextScheduler
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
739
}, cancellationToken, TaskCreationOptions.None, _taskSchedulerProvider.
CurrentContextScheduler
).ConfigureAwait(false);