23 references to ThrowHelper
System.Collections.Immutable (23)
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\ImmutableArray_1.Enumerator.cs (1)
113ThrowHelper.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\ImmutableDictionary_2.HashBucket.cs (1)
67ThrowHelper.ThrowInvalidOperationException();
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
129ThrowHelper.ThrowInvalidOperationException();
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.Enumerator.cs (1)
95ThrowHelper.ThrowInvalidOperationException();
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (1)
301ThrowHelper.ThrowKeyNotFoundException(key);
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
112ThrowHelper.ThrowInvalidOperationException();
System\Collections\Immutable\ImmutableStack_1.Enumerator.cs (2)
47ThrowHelper.ThrowInvalidOperationException(); 114ThrowHelper.ThrowInvalidOperationException();
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
81ThrowHelper.ThrowInvalidOperationException();
System\Linq\ImmutableArrayExtensions.cs (2)
655ThrowHelper.ThrowInvalidOperationException(); 681ThrowHelper.ThrowInvalidOperationException();