11 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (11)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
29ThreadingContext.ThrowIfNotOnUIThread();
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (10)
103_lineCache = new ClassifiedLineCache(taggerProvider.ThreadingContext); 123taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 161_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 167_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 282_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 290_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 312_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 340_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 354_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 394_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread();