1 override of IsWithinRange
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1835
internal override bool
IsWithinRange
(T item) {
4 references to IsWithinRange
System (4)
compmod\system\collections\generic\sortedset.cs (4)
2269
if (tree.
IsWithinRange
(node.Item)) {
2272
} else if (next == null || !tree.
IsWithinRange
(next.Item)) {
2301
if (tree.
IsWithinRange
(node.Item)) {
2304
} else if (other == null || !tree.
IsWithinRange
(other.Item)) {