1 write to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
100_taggerProvider = taggerProvider;
13 references to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures (13)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (13)
165var token = _taggerProvider._listener.BeginAsyncOperation(nameof(OnWorkspaceRegistrationChanged)); 174await _taggerProvider.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_disposalCancellationSource.Token); 202_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 208_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 226_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 238_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 410_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 418_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 432var typeMap = _taggerProvider._typeMap; 440_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 468_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 482_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 522_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread();