2 writes to m_exceptions
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
923m_exceptions ??= new __ExceptionInfo[DefaultExceptionArraySize]; 928m_exceptions = EnlargeArray(m_exceptions);
4 references to m_exceptions
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
245Array.Copy(m_exceptions!, temp, m_exceptionCount); 926if (m_exceptionCount >= m_exceptions.Length) 928m_exceptions = EnlargeArray(m_exceptions); 940m_exceptions[m_exceptionCount++] = exceptionInfo;