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