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