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