5 references to Remove
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
997return root.Remove(hashCode, out _);
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
769return root.Remove(hashCode, out _);
System\Collections\Immutable\SortedInt32KeyNode.cs (3)
503SortedInt32KeyNode<TValue> newRight = _right.Remove(successor._key, out _); 509SortedInt32KeyNode<TValue> newLeft = _left.Remove(key, out mutated); 517SortedInt32KeyNode<TValue> newRight = _right.Remove(key, out mutated);