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