2 instantiations of GlyphData
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\InheritanceGlyphManager.cs (2)
94_glyphDataTree.AddIntervalInPlace(new GlyphData(span, glyph)); 144_glyphDataTree.AddIntervalInPlace(new GlyphData(newSpan, glyph));
6 references to GlyphData
Microsoft.VisualStudio.LanguageServices (6)
InheritanceMargin\InheritanceGlyphManager.cs (3)
45private readonly SimpleIntervalTree<GlyphData, GlyphDataIntrospector> _glyphDataTree; 73_glyphDataTree = new SimpleIntervalTree<GlyphData, GlyphDataIntrospector>(new GlyphDataIntrospector(), values: null); 114foreach (var glyphData in remainingGlyphData)
InheritanceMargin\InheritanceGlyphManager_IntervalTreeData.cs (3)
31private readonly struct GlyphDataIntrospector : IIntervalIntrospector<GlyphData> 33public int GetStart(GlyphData data) 36public int GetLength(GlyphData data)