15 references to GetGlyph
Microsoft.CodeAnalysis.Features (15)
CodeLens\CodeLensReferencesService.cs (1)
146
var glyph = symbol?.
GetGlyph
();
Completion\Providers\ImportCompletionProvider\TypeImportCompletionCacheEntry.cs (1)
201
symbol.
GetGlyph
(),
Completion\Providers\SymbolCompletionItem.cs (1)
74
glyph: glyph ?? firstSymbol.
GetGlyph
(),
EncapsulateField\AbstractEncapsulateFieldService.cs (1)
53
firstField.
GetGlyph
(),
FindUsages\DefinitionItemFactory.cs (1)
116
var tags = GlyphTags.GetTags(definition.
GetGlyph
());
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (5)
432
interfaceSymbol.
GetGlyph
(),
457
memberSymbol.
GetGlyph
(),
496
memberSymbol.
GetGlyph
(),
544
memberSymbol.
GetGlyph
(),
580
targetSymbol.
GetGlyph
(),
Navigation\NavigableItemFactory.SymbolLocationNavigableItem.cs (1)
38
public Glyph Glyph => _symbol.
GetGlyph
();
QuickInfo\QuickInfoUtilities.cs (1)
155
var tags = ImmutableArray.CreateRange(GlyphTags.GetTags(symbol.
GetGlyph
()));
Shared\Extensions\ISymbolExtensions_2.cs (2)
23
return ((IAliasSymbol)symbol).Target.
GetGlyph
();
129
return ((IPointerTypeSymbol)symbol).PointedAtType.
GetGlyph
();
ValueTracking\ValueTrackedItem.cs (1)
58
symbol.
GetGlyph
(),