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