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