3 writes to Root
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (3)
98this.Root = result.Root; 606this.Root = SortedInt32KeyNode<HashBucket>.EmptyNode; 692this.Root = result.Root;
1 reference to Root
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
356get { return new MutationInput(this.Root, _comparers); }