4 references to Argument_AddingDuplicate
System.Collections (4)
System\Collections\Generic\SortedDictionary.cs (1)
896throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicate, item));
System\Collections\Generic\SortedList.cs (2)
167throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicate, keys[i])); 185throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicate, key), nameof(key));
System\Collections\ThrowHelper.cs (1)
20throw new ArgumentException(SR.Format(SR.Argument_AddingDuplicate, key), nameof(key));