2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.cs (2)
59_root = root; 70_root = SortedInt32KeyNode<HashBucket>.EmptyNode;
9 references to _root
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
71_root = map._root;
System\Collections\Immutable\ImmutableDictionary_2.cs (7)
172foreach (KeyValuePair<int, ImmutableDictionary<TKey, TValue>.HashBucket> bucket in _root) 189foreach (KeyValuePair<int, ImmutableDictionary<TKey, TValue>.HashBucket> bucket in _root) 366SortedInt32KeyNode<ImmutableDictionary<TKey, TValue>.HashBucket> root = _root; 449return new ImmutableDictionary<TKey, TValue>(_root, comparers, _count); 501return new Enumerator(_root); 680get { return _root; } 1068if (_root != root)
System\Collections\Immutable\ImmutableDictionary_2.MutationInput.cs (1)
49_root = map._root;