5 references to InvalidCast
System.Private.CoreLib (5)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (3)
219
ExceptionIDs exID = obj == null ? ExceptionIDs.NullReference : ExceptionIDs.
InvalidCast
;
229
throw pUnboxToEEType->GetClasslibException(ExceptionIDs.
InvalidCast
);
240
throw pType->GetClasslibException(ExceptionIDs.
InvalidCast
);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (1)
949
throw pMT->GetClasslibException(ExceptionIDs.
InvalidCast
);
System\RuntimeExceptionHelpers.cs (1)
89
case ExceptionIDs.
InvalidCast
: