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)
1871Node? node = _tree.root; 1877if (_tree.IsWithinRange(node.Item)) 1882else if (next == null || !_tree.IsWithinRange(next.Item)) 1896_tree.VersionCheck(); 1898if (_version != _tree.version) 1916if (_tree.IsWithinRange(node.Item)) 1921else if (other == null || !_tree.IsWithinRange(other.Item)) 1964if (_version != _tree.version)