1 write to _tree
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1849
_tree
= set;
8 references to _tree
System.Collections (8)
System\Collections\Generic\SortedSet.cs (8)
1874
Node? node =
_tree
.root;
1880
if (
_tree
.IsWithinRange(node.Item))
1885
else if (next == null || !
_tree
.IsWithinRange(next.Item))
1899
_tree
.VersionCheck();
1901
if (_version !=
_tree
.version)
1919
if (
_tree
.IsWithinRange(node.Item))
1924
else if (other == null || !
_tree
.IsWithinRange(other.Item))
1967
if (_version !=
_tree
.version)