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