4 references to GetGlyphs
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs (1)
35var glyphs = quickInfoItem.Tags.GetGlyphs();
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (2)
43Assert.Contains(expectedGlyph, qi.Tags.GetGlyphs()); 143Assert.DoesNotContain(Glyph.CompletionWarning, item.Tags.GetGlyphs());
Microsoft.CodeAnalysis.Features (1)
Common\GlyphExtensions.cs (1)
32var glyphs = GetGlyphs(tags);