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