1 write to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
54_taggerProvider = taggerProvider;
6 references to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineHints\InlineHintsTagger.cs (6)
67_taggerProvider.GlobalOptionService.AddOptionChangedHandler(this, OnGlobalOptionChanged); 73_taggerProvider.GlobalOptionService.RemoveOptionChangedHandler(this, OnGlobalOptionChanged); 80_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 102_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 125var colorHints = _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.ColorHints, document.Project.Language); 157dataTagSpan.Tag.Hint, format, _textView, adornmentSpan, _taggerProvider, _formatMap, classify)));