6 references to SimpleMutableIntervalTree
Microsoft.CodeAnalysis.Features (1)
Copilot\ICopilotChangeAnalysisService.cs (1)
295
var intervalTree = new
SimpleMutableIntervalTree
<CodeFixCollection, CodeFixCollectionIntervalIntrospector>(new CodeFixCollectionIntervalIntrospector());
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree.cs (1)
20
return 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);