4 writes to _root
Test.Utilities (4)
SmallDictionary.cs (4)
74_root = Remove(_root, GetHashCode(key)); 368_root = new AvlNode(hashCode, key, value); 469_root = rotated; 599_root = newHead;
11 references to _root
Test.Utilities (11)
SmallDictionary.cs (11)
70public bool IsEmpty => _root == null; 74_root = Remove(_root, GetHashCode(key)); 181if (_root != null) 221AvlNode.AssertBalanced(_root); 313RoslynDebug.Assert(_root is object); 314AvlNode? b = _root; 364AvlNode? currentNode = _root; 634var root = dict._root; 750var root = dict._root; 856var root = dict._root; 958var cur = _root;