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