3 references to QuickInfoGlyphElement
Microsoft.CodeAnalysis.Features (3)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (3)
17private static readonly FrozenDictionary<Glyph, QuickInfoGlyphElement> s_glyphToElementMap = CreateGlyphToElementMap(); 19private static FrozenDictionary<Glyph, QuickInfoGlyphElement> CreateGlyphToElementMap() 22var result = new Dictionary<Glyph, QuickInfoGlyphElement>(capacity: glyphs.Length);