1 override of IsWithinRange
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
112
internal override bool
IsWithinRange
(T item)
4 references to IsWithinRange
System.Collections (4)
System\Collections\Generic\SortedSet.cs (4)
1880
if (_tree.
IsWithinRange
(node.Item))
1885
else if (next == null || !_tree.
IsWithinRange
(next.Item))
1919
if (_tree.
IsWithinRange
(node.Item))
1924
else if (other == null || !_tree.
IsWithinRange
(other.Item))