1 write to _classificationFormatMapService
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
47
_classificationFormatMapService
= classificationFormatMapService;
3 references to _classificationFormatMapService
Microsoft.VisualStudio.LanguageServices (3)
HACK_ThemeColorFixer.cs (3)
50
_textFormatMap =
_classificationFormatMapService
.GetClassificationFormatMap("text");
63
var textFormatMap =
_classificationFormatMapService
.GetClassificationFormatMap("text");
64
var tooltipFormatMap =
_classificationFormatMapService
.GetClassificationFormatMap("tooltip");