2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (2)
SpellCheck\RoslynSpellCheckFixerProvider.cs (2)
66
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
108
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);