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