4 references to CreateChangeTypeArgumentException
System.Private.CoreLib (4)
System\InvokeUtils.cs (2)
143
return
CreateChangeTypeArgumentException
(srcEEType, dstEEType);
402
return
CreateChangeTypeArgumentException
(srcEEType, dstEEType);
System\Reflection\DynamicInvokeInfo.cs (2)
634
throw InvokeUtils.
CreateChangeTypeArgumentException
(srcEEType, argumentInfo.Type, destinationIsByRef: true);
702
throw InvokeUtils.
CreateChangeTypeArgumentException
(srcEEType, argumentInfo.Type, destinationIsByRef: true);