1 override of DoRemove
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
77internal override bool DoRemove(T item)
1 reference to DoRemove
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
379public bool Remove(T item) => DoRemove(item); // Hack so the implementation can be made virtual