4 references to CreateChangeTypeArgumentException
System.Private.CoreLib (4)
System\InvokeUtils.cs (2)
161
return
CreateChangeTypeArgumentException
(srcEEType, dstEEType);
420
return
CreateChangeTypeArgumentException
(srcEEType, dstEEType);
System\Reflection\DynamicInvokeInfo.cs (2)
640
throw InvokeUtils.
CreateChangeTypeArgumentException
(srcEEType, argumentInfo.Type, destinationIsByRef: true);
736
throw InvokeUtils.
CreateChangeTypeArgumentException
(srcEEType, argumentInfo.Type, destinationIsByRef: true);