6 references to Root
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (2)
122this.Root = result.Root; 439this.Root = result.Root;
System\Collections\Immutable\ImmutableHashSet_1.cs (3)
791newSet = result.Root; 845result = mutationResult.Root; 855result = mutationResult.Root;
System\Collections\Immutable\ImmutableHashSet_1.MutationResult.cs (1)
103return priorSet.Wrap(this.Root, count);