2 writes to m_catchAddr
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1283m_catchAddr = new int[4]; 1303m_catchAddr = RuntimeILGenerator.EnlargeArray(m_catchAddr);
6 references to m_catchAddr
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeILGenerator.cs (6)
1300if (currentCatch >= m_catchAddr.Length) 1303m_catchAddr = RuntimeILGenerator.EnlargeArray(m_catchAddr); 1312m_catchAddr[currentCatch] = -1; 1327m_catchAddr[currentCatch] = catchorfilterAddr; 1379Debug.Assert(m_catchAddr[m_currentCatch - 1] > 0); 1412return m_catchAddr;