4 references to AddRange
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (2)
93ImmutableDictionary<TKey, TValue>.MutationResult result = ImmutableDictionary<TKey, TValue>.AddRange(this, input); 421ImmutableDictionary<TKey, TValue>.MutationResult result = ImmutableDictionary<TKey, TValue>.AddRange(items, this.Origin);
System\Collections\Immutable\ImmutableDictionary_2.cs (2)
343ImmutableDictionary<TKey, TValue>.MutationResult result = AddRange(items, this.Origin, KeyCollisionBehavior.SetValue); 1096ImmutableDictionary<TKey, TValue>.MutationResult result = AddRange(pairs, this.Origin);