12 references to ThrowHelper
System.Collections.Immutable (12)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (1)
28ThrowHelper.ThrowIncompatibleComparer();
System\Collections\Frozen\FrozenDictionary.cs (4)
386ThrowHelper.ThrowIfDestinationTooSmall(); 495ThrowHelper.ThrowArgumentNullException(nameof(key)); 569ThrowHelper.ThrowKeyNotFoundException(key); 707ThrowHelper.ThrowInvalidOperationException();
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (1)
28ThrowHelper.ThrowIncompatibleComparer();
System\Collections\Frozen\FrozenSet.cs (1)
516ThrowHelper.ThrowInvalidOperationException();
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
414ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
251ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
183ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
194ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (1)
301ThrowHelper.ThrowKeyNotFoundException(key);