1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
45
_threadingContext
= threadingContext;
5 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
53
_threadingContext
.ThrowIfNotOnUIThread();
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (4)
71
_owner.
_threadingContext
.ThrowIfNotOnUIThread();
97
_owner.
_threadingContext
.ThrowIfNotOnUIThread();
105
_owner.
_threadingContext
.ThrowIfNotOnUIThread();
139
_owner.
_threadingContext
.JoinableTaskFactory.Run(async () =>