2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (2)
71_root = map._root; 392_root = value;
4 references to _root
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (4)
380return _root; 390if (_root != value) 461return new Enumerator(_root, this); 508return _immutable ??= ImmutableDictionary<TKey, TValue>.Wrap(_root, _comparers, _count);