1 write to _tree
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1846
_tree
= set;
8 references to _tree
System.Collections (8)
System\Collections\Generic\SortedSet.cs (8)
1871
Node? node =
_tree
.root;
1877
if (
_tree
.IsWithinRange(node.Item))
1882
else if (next == null || !
_tree
.IsWithinRange(next.Item))
1896
_tree
.VersionCheck();
1898
if (_version !=
_tree
.version)
1916
if (
_tree
.IsWithinRange(node.Item))
1921
else if (other == null || !
_tree
.IsWithinRange(other.Item))
1964
if (_version !=
_tree
.version)