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