2 writes to m_catchAddr
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1287m_catchAddr = new int[4]; 1307m_catchAddr = RuntimeILGenerator.EnlargeArray(m_catchAddr);
6 references to m_catchAddr
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeILGenerator.cs (6)
1304if (currentCatch >= m_catchAddr.Length) 1307m_catchAddr = RuntimeILGenerator.EnlargeArray(m_catchAddr); 1316m_catchAddr[currentCatch] = -1; 1331m_catchAddr[currentCatch] = catchorfilterAddr; 1383Debug.Assert(m_catchAddr[m_currentCatch - 1] > 0); 1416return m_catchAddr;