2 references to Argument_AddingDuplicate__
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
891throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicate__, _buckets[bucketNumber].key, key));
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
107throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicate__, node.key, key));