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