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