Base:
method
IsWithinRange
System.Collections.Generic.SortedSet<T>.IsWithinRange(T)
6 references to IsWithinRange
System.Collections (6)
System\Collections\Generic\SortedSet.TreeSubSet.cs (6)
54if (!IsWithinRange(item)) 79if (!IsWithinRange(item)) 200if (IsWithinRange(current.Item)) 226if (IsWithinRange(node.Item)) 260if (IsWithinRange(current.Item) && !action(current)) 278if (!IsWithinRange(item))