2 instantiations of GlyphData
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\InheritanceGlyphManager.cs (2)
99_glyphDataTree.AddIntervalInPlace(new GlyphData(span, glyph)); 149_glyphDataTree.AddIntervalInPlace(new GlyphData(newSpan, glyph));
4 references to GlyphData
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\InheritanceGlyphManager.cs (2)
50private SimpleMutableIntervalTree<GlyphData, GlyphDataIntrospector> _glyphDataTree; 119foreach (var glyphData in remainingGlyphData)
InheritanceMargin\InheritanceGlyphManager_IntervalTreeData.cs (2)
33private readonly struct GlyphDataIntrospector : IIntervalIntrospector<GlyphData> 35public TextSpan GetSpan(GlyphData data)