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)
50
private SimpleMutableIntervalTree<
GlyphData
, GlyphDataIntrospector> _glyphDataTree;
InheritanceMargin\InheritanceGlyphManager_IntervalTreeData.cs (2)
33
private readonly struct GlyphDataIntrospector : IIntervalIntrospector<
GlyphData
>
35
public TextSpan GetSpan(
GlyphData
data)