1 write to _max
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
43
_max
= Max;
12 references to _max
System.Collections (12)
System\Collections\Generic\SortedSet.TreeSubSet.cs (12)
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
));
120
comp = _uBoundActive ? Comparer.Compare(
_max
, item) : 1;
165
int comp = _uBoundActive ? Comparer.Compare(
_max
, current.Item) : 1;
268
if (current.Right != null && (!_uBoundActive || Comparer.Compare(
_max
, 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);
348
if (_uBoundActive && Comparer.Compare(
_max
, upperValue) < 0)
359
Debug.Assert(versionUpToDate() && root == _underlying.FindRange(_min,
_max
));