1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
68
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\AsyncCompletion\CommitManager.cs (3)
101
_threadingContext
.ThrowIfNotOnUIThread();
197
_threadingContext
.ThrowIfNotOnUIThread();
331
_ =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>