3 instantiations of GlyphDataIntrospector
Microsoft.VisualStudio.LanguageServices (3)
InheritanceMargin\InheritanceGlyphManager.cs (3)
78_glyphDataTree = new(new GlyphDataIntrospector(), values: null); 118_glyphDataTree = new(new GlyphDataIntrospector(), values: null); 137_glyphDataTree = new(new GlyphDataIntrospector(), values: null);
1 reference to GlyphDataIntrospector
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceGlyphManager.cs (1)
50private SimpleMutableIntervalTree<GlyphData, GlyphDataIntrospector> _glyphDataTree;