1 instantiation of GlyphDataIntrospector
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceGlyphManager.cs (1)
73
_glyphDataTree = new SimpleIntervalTree<GlyphData, GlyphDataIntrospector>(new
GlyphDataIntrospector
(), values: null);
2 references to GlyphDataIntrospector
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\InheritanceGlyphManager.cs (2)
45
private readonly SimpleIntervalTree<GlyphData,
GlyphDataIntrospector
> _glyphDataTree;
73
_glyphDataTree = new SimpleIntervalTree<GlyphData,
GlyphDataIntrospector
>(new GlyphDataIntrospector(), values: null);