13 references to ThrowHelper
System.Collections.Immutable (13)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (2)
28ThrowHelper.ThrowIncompatibleComparer(); 109ThrowHelper.ThrowKeyNotFoundException();
System\Collections\Frozen\FrozenDictionary.cs (4)
387ThrowHelper.ThrowIfDestinationTooSmall(); 496ThrowHelper.ThrowArgumentNullException(nameof(key)); 570ThrowHelper.ThrowKeyNotFoundException(key); 708ThrowHelper.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)
400ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
253ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
179ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
194ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (1)
301ThrowHelper.ThrowKeyNotFoundException(key);