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)
1874Node? node = _tree.root; 1880if (_tree.IsWithinRange(node.Item)) 1885else if (next == null || !_tree.IsWithinRange(next.Item)) 1899_tree.VersionCheck(); 1901if (_version != _tree.version) 1919if (_tree.IsWithinRange(node.Item)) 1924else if (other == null || !_tree.IsWithinRange(other.Item)) 1967if (_version != _tree.version)