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