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