4 references to CreateChangeTypeException
System.Private.CoreLib (4)
System\InvokeUtils.cs (4)
58throw CreateChangeTypeException(MethodTable.Of<object>(), dstEEType, semantics); 109return CreateChangeTypeException(srcEEType, dstEEType, semantics); 127return CreateChangeTypeException(srcEEType, dstEEType, semantics); 393return CreateChangeTypeException(srcObject.GetMethodTable(), dstEEType, semantics);