1 write to _formatMap
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
62
_formatMap
= taggerProvider.ClassificationFormatMapService.GetClassificationFormatMap(textView);
4 references to _formatMap
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineHints\InlineHintsTagger.cs (4)
65
_formatMap
.ClassificationFormatMappingChanged += this.OnClassificationFormatMappingChanged;
71
_formatMap
.ClassificationFormatMappingChanged -= OnClassificationFormatMappingChanged;
102
_format ??=
_formatMap
.GetTextProperties(_hintClassification);
156
dataTagSpan.Tag.Hint, format, _textView, adornmentSpan, _taggerProvider,
_formatMap
, classify)));