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