1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
83
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CompletionSource.cs (2)
101
_threadingContext
.ThrowIfNotOnUIThread();
534
document, displayOptions.ClassificationOptions, lineFormattingOptions,
_threadingContext
, _operationExecutor, _asyncListener, _streamingPresenter);