5 references to ThrowIfValueDifferent
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
525
ImmutableDictionary<TKey, TValue>.MutationResult result = ImmutableDictionary<TKey, TValue>.Add(key, value, KeyCollisionBehavior.
ThrowIfValueDifferent
, this.Origin);
System\Collections\Immutable\ImmutableDictionary_2.cs (2)
302
ImmutableDictionary<TKey, TValue>.MutationResult result = Add(key, value, KeyCollisionBehavior.
ThrowIfValueDifferent
, this.Origin);
950
private static MutationResult AddRange(IEnumerable<KeyValuePair<TKey, TValue>> items, MutationInput origin, KeyCollisionBehavior collisionBehavior = KeyCollisionBehavior.
ThrowIfValueDifferent
)
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (2)
159
case KeyCollisionBehavior.
ThrowIfValueDifferent
:
190
case KeyCollisionBehavior.
ThrowIfValueDifferent
: