3 writes to m_currExcStackCount
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
147m_currExcStackCount = 0; 989m_currExcStack[m_currExcStackCount++] = exceptionInfo; 1001m_currExcStackCount--;
15 references to m_currExcStackCount
mscorlib (15)
system\reflection\emit\ilgenerator.cs (15)
106get { return m_currExcStackCount; } 251if (m_currExcStackCount != 0) 307if (m_currExcStackCount != 0) 978if (m_currExcStackCount>=m_currExcStack.Length) { 994if (m_currExcStackCount==0) { 999__ExceptionInfo current = m_currExcStack[m_currExcStackCount-1]; 1000m_currExcStack[m_currExcStackCount-1] = null; 1035if (m_currExcStackCount == 0) 1038__ExceptionInfo current = m_currExcStack[m_currExcStackCount-1]; 1050if (m_currExcStackCount==0) { 1053__ExceptionInfo current = m_currExcStack[m_currExcStackCount-1]; 1077if (m_currExcStackCount==0) { 1080__ExceptionInfo current = m_currExcStack[m_currExcStackCount-1]; 1091if (m_currExcStackCount==0) { 1094__ExceptionInfo current = m_currExcStack[m_currExcStackCount-1];