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