3 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
48
_threadingContext
.ThrowIfNotOnUIThread();
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (2)
63
_owner.
_threadingContext
.ThrowIfNotOnUIThread();
155
_owner.
_threadingContext
.JoinableTaskFactory.Run(async () =>