1 write to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
99_taggerProvider = taggerProvider;
13 references to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures (13)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (13)
164var token = _taggerProvider._listener.BeginAsyncOperation(nameof(OnWorkspaceRegistrationChanged)); 173await _taggerProvider.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_disposalCancellationSource.Token); 201_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 207_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 225_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 237_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 405_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 413_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 427var typeMap = _taggerProvider._typeMap; 435_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 463_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 477_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 517_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread();