3 writes to m_catchAddr
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
1431m_catchAddr = null; 1444m_catchAddr=new int[4]; 1469m_catchAddr=ILGenerator.EnlargeArray(m_catchAddr);
6 references to m_catchAddr
mscorlib (6)
system\reflection\emit\ilgenerator.cs (6)
1467if (m_currentCatch>=m_catchAddr.Length) { 1469m_catchAddr=ILGenerator.EnlargeArray(m_catchAddr); 1478m_catchAddr[m_currentCatch] = -1; 1493m_catchAddr[m_currentCatch]=catchorfilterAddr; 1541Contract.Assert(m_catchAddr[m_currentCatch-1] > 0,"m_catchAddr[m_currentCatch-1] > 0"); 1568return m_catchAddr;