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 () =>