25 references to ThrowHelper
System.Collections.Immutable (25)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (1)
28ThrowHelper.ThrowIncompatibleComparer();
System\Collections\Frozen\FrozenDictionary.cs (9)
75ThrowHelper.ThrowIfNull(source); 324ThrowHelper.ThrowIfNull(destination); 334ThrowHelper.ThrowIfDestinationTooSmall(); 350ThrowHelper.ThrowIfNull(array); 427ThrowHelper.ThrowIfNull(key); 443ThrowHelper.ThrowArgumentNullException(nameof(key)); 490ThrowHelper.ThrowKeyNotFoundException(key); 517ThrowHelper.ThrowIfNull(key); 628ThrowHelper.ThrowInvalidOperationException();
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (1)
28ThrowHelper.ThrowIncompatibleComparer();
System\Collections\Frozen\FrozenSet.cs (9)
64ThrowHelper.ThrowIfNull(source); 274ThrowHelper.ThrowIfNull(destination); 389ThrowHelper.ThrowIfNull(other); 399ThrowHelper.ThrowIfNull(other); 409ThrowHelper.ThrowIfNull(other); 419ThrowHelper.ThrowIfNull(other); 429ThrowHelper.ThrowIfNull(other); 439ThrowHelper.ThrowIfNull(other); 478ThrowHelper.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);