8 references to Format
System.Collections.Immutable (8)
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (4)
162
throw new ArgumentException(SR.
Format
(SR.DuplicateKey, key));
168
throw new ArgumentException(SR.
Format
(SR.DuplicateKey, key));
194
throw new ArgumentException(SR.
Format
(SR.DuplicateKey, key));
200
throw new ArgumentException(SR.
Format
(SR.DuplicateKey, key));
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
865
throw new ArgumentException(SR.
Format
(SR.DuplicateKey, item.Key));
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (1)
665
throw new ArgumentException(SR.
Format
(SR.DuplicateKey, key));
System\Collections\Immutable\SortedInt32KeyNode.cs (1)
448
throw new ArgumentException(SR.
Format
(SR.DuplicateKey, key));
System\Collections\ThrowHelper.cs (1)
26
throw new KeyNotFoundException(SR.
Format
(SR.Arg_KeyNotFoundWithKey, key));