Base:
method
versionUpToDate
System.Collections.Generic.SortedSet<T>.versionUpToDate()
6 references to versionUpToDate
System.Collections (6)
System\Collections\Generic\SortedSet.TreeSubSet.cs (6)
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));
285
Debug.Assert(this.
versionUpToDate
() && root == _underlying.FindRange(_min, _max));
302
Debug.Assert(this.
versionUpToDate
() && root == _underlying.FindRange(_min, _max));
359
Debug.Assert(
versionUpToDate
() && root == _underlying.FindRange(_min, _max));