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