1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
SpellCheck\RoslynSpellCheckFixerProvider.cs (1)
36
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (2)
SpellCheck\RoslynSpellCheckFixerProvider.cs (2)
71
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
113
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);