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