6 references to SimpleMutableIntervalTree
Microsoft.CodeAnalysis.Features (1)
Copilot\ICopilotChangeAnalysisService.cs (1)
295var intervalTree = new SimpleMutableIntervalTree<CodeFixCollection, CodeFixCollectionIntervalIntrospector>(new CodeFixCollectionIntervalIntrospector());
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree.cs (1)
20return new SimpleMutableIntervalTree<T, TIntrospector>(in introspector, values);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\ContextMutableIntervalTree.cs (1)
22: base(introspector, values: null)
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);