1 instantiation of QuickInfoGlyphElement
Microsoft.CodeAnalysis.Features (1)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (1)
27result.Add(glyph, new QuickInfoGlyphElement(glyph));
3 references to QuickInfoGlyphElement
Microsoft.CodeAnalysis.Features (3)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (3)
18private static readonly FrozenDictionary<Glyph, QuickInfoGlyphElement> s_glyphToElementMap = CreateGlyphToElementMap(); 20private static FrozenDictionary<Glyph, QuickInfoGlyphElement> CreateGlyphToElementMap() 23var result = new Dictionary<Glyph, QuickInfoGlyphElement>(capacity: glyphs.Length);