3 references to InsertNode
System.Speech (3)
Internal\RBList.cs (3)
37
InsertNode
(_root, node);
295
node.Left =
InsertNode
(node.Left, newNode);
299
node.Right =
InsertNode
(node.Right, newNode);