2 references to DefaultExceptionArraySize
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
917
m_exceptions ??= new __ExceptionInfo[
DefaultExceptionArraySize
];
918
m_currExcStack ??= new __ExceptionInfo[
DefaultExceptionArraySize
];