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();
124
var colorHints =
_taggerProvider
.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.ColorHints, document.Project.Language);
156
dataTagSpan.Tag.Hint, format, _textView, adornmentSpan,
_taggerProvider
, _formatMap, classify)));