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)
1877
if (_tree.
IsWithinRange
(node.Item))
1882
else if (next == null || !_tree.
IsWithinRange
(next.Item))
1916
if (_tree.
IsWithinRange
(node.Item))
1921
else if (other == null || !_tree.
IsWithinRange
(other.Item))