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