1 write to _classificationFormatMapService
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
45
_classificationFormatMapService
= classificationFormatMapService;
3 references to _classificationFormatMapService
Microsoft.VisualStudio.LanguageServices (3)
HACK_ThemeColorFixer.cs (3)
48
_textFormatMap =
_classificationFormatMapService
.GetClassificationFormatMap("text");
61
var textFormatMap =
_classificationFormatMapService
.GetClassificationFormatMap("text");
62
var tooltipFormatMap =
_classificationFormatMapService
.GetClassificationFormatMap("tooltip");