7 references to Remove
System.Collections.Immutable (7)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (2)
229
this.Root = this.Root.
Remove
(item, _comparer, out _);
381
this.Root = this.Root.
Remove
(item, _comparer, out mutated);
System\Collections\Immutable\ImmutableSortedSet_1.cs (2)
189
return this.Wrap(_root.
Remove
(value, _comparer, out _));
250
result = result.
Remove
(item, _comparer, out mutated);
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (3)
429
ImmutableSortedSet<T>.Node newRight = _right.
Remove
(successor._key, comparer, out _);
435
ImmutableSortedSet<T>.Node newLeft = _left.
Remove
(key, comparer, out mutated);
443
ImmutableSortedSet<T>.Node newRight = _right.
Remove
(key, comparer, out mutated);