3 writes to m_exceptions
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
144m_exceptions = null; 966m_exceptions = new __ExceptionInfo[DefaultExceptionArraySize]; 975m_exceptions=EnlargeArray(m_exceptions);
5 references to m_exceptions
mscorlib (5)
system\reflection\emit\ilgenerator.cs (5)
318Array.Copy(m_exceptions, temp, m_exceptionCount); 964if (m_exceptions == null) 974if (m_exceptionCount>=m_exceptions.Length) { 975m_exceptions=EnlargeArray(m_exceptions); 986m_exceptions[m_exceptionCount++] = exceptionInfo;