3 references to DivideByZero
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (2)
399
throw GetClasslibException(ExceptionIDs.
DivideByZero
, address);
629
exceptionId = ExceptionIDs.
DivideByZero
;
System\RuntimeExceptionHelpers.cs (1)
83
case ExceptionIDs.
DivideByZero
: