4 references to GetImageSource
Microsoft.VisualStudio.LanguageServices (4)
CallHierarchy\CallHierarchyProvider.cs (2)
72
() => symbol.GetGlyph().
GetImageSource
(GlyphService),
96
Glyph.FieldPublic.
GetImageSource
(GlyphService),
Utilities\SymbolViewModel.cs (1)
47
public ImageSource Glyph => Symbol.GetGlyph().
GetImageSource
(_glyphService);
ValueTracking\TreeItemViewModel.cs (1)
36
public ImageSource GlyphImage => _glyph.
GetImageSource
(_glyphService);