3 references to Insert
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (1)
32
result.root =
Insert
(result.root, new Node(value), in introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (2)
23
root =
Insert
(root, new Node(value), introspector);
37
this.root =
Insert
(root, newNode, in Introspector);