1 instantiation of QuickInfoGlyphElement
Microsoft.CodeAnalysis.Features (1)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (1)
27result.Add(glyph, new QuickInfoGlyphElement(glyph));
7 references to QuickInfoGlyphElement
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\PresentationExtensions.cs (2)
19public static VisualStudio.Text.Adornments.ImageElement ToVsElement(this QuickInfoGlyphElement element) 36QuickInfoGlyphElement element => element.ToVsElement(),
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);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\Extensions.cs (2)
318public static ImageElement ToLSPElement(this QuickInfoGlyphElement element) 334QuickInfoGlyphElement element => element.ToLSPElement(),