2 writes to m_exceptionCount
mscorlib (2)
system\reflection\emit\ilgenerator.cs (2)
145m_exceptionCount = 0; 986m_exceptions[m_exceptionCount++] = exceptionInfo;
4 references to m_exceptionCount
mscorlib (4)
system\reflection\emit\ilgenerator.cs (4)
312if (m_exceptionCount == 0) 317temp = new __ExceptionInfo[m_exceptionCount]; 318Array.Copy(m_exceptions, temp, m_exceptionCount); 974if (m_exceptionCount>=m_exceptions.Length) {