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); 331ThrowHelper.ThrowIfNull(destination); 341ThrowHelper.ThrowIfDestinationTooSmall(); 357ThrowHelper.ThrowIfNull(array); 434ThrowHelper.ThrowIfNull(key); 450ThrowHelper.ThrowArgumentNullException(nameof(key)); 524ThrowHelper.ThrowKeyNotFoundException(key); 551ThrowHelper.ThrowIfNull(key); 662ThrowHelper.ThrowInvalidOperationException();
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (1)
28ThrowHelper.ThrowIncompatibleComparer();
System\Collections\Frozen\FrozenSet.cs (9)
64ThrowHelper.ThrowIfNull(source); 274ThrowHelper.ThrowIfNull(destination); 427ThrowHelper.ThrowIfNull(other); 437ThrowHelper.ThrowIfNull(other); 447ThrowHelper.ThrowIfNull(other); 457ThrowHelper.ThrowIfNull(other); 467ThrowHelper.ThrowIfNull(other); 477ThrowHelper.ThrowIfNull(other); 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);