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