8 references to ThrowWrongValueTypeArgumentException
mscorlib (8)
system\collections\generic\dictionary.cs (2)
639ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue)); 669ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue));
system\collections\generic\list.cs (3)
211ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T)); 234ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T)); 692ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T));
system\collections\objectmodel\collection.cs (3)
242ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T)); 279ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T)); 309ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T));