1 write to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
98_taggerProvider = taggerProvider;
13 references to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures (13)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (13)
163var token = _taggerProvider._listener.BeginAsyncOperation(nameof(OnWorkspaceRegistrationChanged)); 172await _taggerProvider.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_disposalCancellationSource.Token); 200_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 206_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 224_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 236_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 404_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 412_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 426var typeMap = _taggerProvider._typeMap; 434_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 462_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 476_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 516_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread();