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)
45
private readonly SimpleIntervalTree<
GlyphData
, GlyphDataIntrospector> _glyphDataTree;
73
_glyphDataTree = new SimpleIntervalTree<
GlyphData
, GlyphDataIntrospector>(new GlyphDataIntrospector(), values: null);
114
foreach (
var
glyphData in remainingGlyphData)
InheritanceMargin\InheritanceGlyphManager_IntervalTreeData.cs (3)
31
private readonly struct GlyphDataIntrospector : IIntervalIntrospector<
GlyphData
>
33
public int GetStart(
GlyphData
data)
36
public int GetLength(
GlyphData
data)