1 write to _min
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
42
_min
= Min;
14 references to _min
System.Collections (14)
System\Collections\Generic\SortedSet.TreeSubSet.cs (14)
46
root = _underlying.FindRange(
_min
, _max, _lBoundActive, _uBoundActive); // root is first element within range
62
Debug.Assert(this.versionUpToDate() && root == _underlying.FindRange(
_min
, _max));
72
Debug.Assert(versionUpToDate() && root == _underlying.FindRange(
_min
, _max));
87
Debug.Assert(versionUpToDate() && root == _underlying.FindRange(
_min
, _max));
114
int comp = _lBoundActive ? Comparer.Compare(
_min
, item) : -1;
135
int comp = _lBoundActive ? Comparer.Compare(
_min
, current.Item) : -1;
205
else if (_lBoundActive && Comparer.Compare(
_min
, current.Item) > 0)
231
else if (_lBoundActive && Comparer.Compare(
_min
, node.Item) > 0)
264
if (current.Left != null && (!_lBoundActive || Comparer.Compare(
_min
, current.Item) < 0))
285
Debug.Assert(this.versionUpToDate() && root == _underlying.FindRange(
_min
, _max));
302
Debug.Assert(this.versionUpToDate() && root == _underlying.FindRange(
_min
, _max));
318
root = _underlying.FindRange(
_min
, _max, _lBoundActive, _uBoundActive);
344
if (_lBoundActive && Comparer.Compare(
_min
, lowerValue) > 0)
359
Debug.Assert(versionUpToDate() && root == _underlying.FindRange(
_min
, _max));