8 references to ThrowWrongValueTypeArgumentException
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
1675
ThrowHelper.
ThrowWrongValueTypeArgumentException
(value, typeof(TValue));
1712
ThrowHelper.
ThrowWrongValueTypeArgumentException
(value, typeof(TValue));
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (3)
186
ThrowHelper.
ThrowWrongValueTypeArgumentException
(value, typeof(T));
233
ThrowHelper.
ThrowWrongValueTypeArgumentException
(item, typeof(T));
800
ThrowHelper.
ThrowWrongValueTypeArgumentException
(item, typeof(T));
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (3)
256
ThrowHelper.
ThrowWrongValueTypeArgumentException
(value, typeof(T));
297
ThrowHelper.
ThrowWrongValueTypeArgumentException
(value, typeof(T));
339
ThrowHelper.
ThrowWrongValueTypeArgumentException
(value, typeof(T));