1 write to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
53_taggerProvider = taggerProvider;
6 references to _taggerProvider
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineHints\InlineHintsTagger.cs (6)
66_taggerProvider.GlobalOptionService.AddOptionChangedHandler(this, OnGlobalOptionChanged); 72_taggerProvider.GlobalOptionService.RemoveOptionChangedHandler(this, OnGlobalOptionChanged); 79_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 101_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 124var colorHints = _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.ColorHints, document.Project.Language); 156dataTagSpan.Tag.Hint, format, _textView, adornmentSpan, _taggerProvider, _formatMap, classify)));