1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
43_threadingContext = threadingContext;
13 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (13)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
51_threadingContext.ThrowIfNotOnUIThread();
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (12)
99_lastLineCache = new LastLineCache(taggerProvider._threadingContext); 128await _taggerProvider._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_disposalCancellationSource.Token); 156_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 162_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 180_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 192_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 346_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 356_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 375_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 408_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 418_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 441_taggerProvider._threadingContext.ThrowIfNotOnUIThread();