1 write to _typeMap
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingCommandHandler.cs (1)
66
_typeMap
= typeMap;
1 reference to _typeMap
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingCommandHandler.cs (1)
198
var viewModel = new ValueTrackingTreeViewModel(_classificationFormatMapService.GetClassificationFormatMap(textView),
_typeMap
, _formatMapService);