2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.cs (2)
57_root = root; 68_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)
170foreach (KeyValuePair<int, ImmutableDictionary<TKey, TValue>.HashBucket> bucket in _root) 187foreach (KeyValuePair<int, ImmutableDictionary<TKey, TValue>.HashBucket> bucket in _root) 359SortedInt32KeyNode<ImmutableDictionary<TKey, TValue>.HashBucket> root = _root; 442return new ImmutableDictionary<TKey, TValue>(_root, comparers, _count); 494return new Enumerator(_root); 673get { return _root; } 1037if (_root != root)
System\Collections\Immutable\ImmutableDictionary_2.MutationInput.cs (1)
49_root = map._root;