1 write to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
87_taggerProvider = taggerProvider;
12 references to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures (12)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (12)
128await _taggerProvider._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_disposalCancellationSource.Token); 156_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 162_taggerProvider._threadingContext.ThrowIfNotOnUIThread(); 174_taggerProvider.DisconnectTagComputer(_subjectBuffer); 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();