1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
79
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CompletionSource.cs (2)
97
_threadingContext
.ThrowIfNotOnUIThread();
482
var navigationActionFactory = new NavigationActionFactory(document,
_threadingContext
, _operationExecutor, _asyncListener, _streamingPresenter);