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