4 references to Remove
Test.Utilities (4)
SmallDictionary.cs (4)
74
_root =
Remove
(_root, GetHashCode(key));
88
currentNode.Left =
Remove
(currentNode.Left, hashCode);
92
currentNode.Right =
Remove
(currentNode.Right, hashCode);
126
currentNode.Right =
Remove
(currentNode.Right, temp.HashCode);