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)
50
private SimpleMutableIntervalTree<GlyphData,
GlyphDataIntrospector
> _glyphDataTree;