3 references to Insert
Microsoft.CodeAnalysis.CodeStyle (3)
IntervalTree`1.cs (1)
42
result.root =
Insert
(result.root, new Node(value), in introspector);
SimpleIntervalTree`2.cs (2)
23
root =
Insert
(root, new Node(value), introspector);
37
this.root =
Insert
(root, newNode, in Introspector);