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