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