2 writes to m_exceptions
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
917m_exceptions ??= new __ExceptionInfo[DefaultExceptionArraySize]; 922m_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); 920if (m_exceptionCount >= m_exceptions.Length) 922m_exceptions = EnlargeArray(m_exceptions); 934m_exceptions[m_exceptionCount++] = exceptionInfo;