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