1 instantiation of GlyphData
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceGlyphManager.cs (1)
99_glyphDataTree.AddIntervalInPlace(new GlyphData(span, glyph));
3 references to GlyphData
Microsoft.VisualStudio.LanguageServices (3)
InheritanceMargin\InheritanceGlyphManager.cs (1)
50private SimpleMutableIntervalTree<GlyphData, GlyphDataIntrospector> _glyphDataTree;
InheritanceMargin\InheritanceGlyphManager_IntervalTreeData.cs (2)
33private readonly struct GlyphDataIntrospector : IIntervalIntrospector<GlyphData> 35public TextSpan GetSpan(GlyphData data)