2 writes to m_filterAddr
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1276m_filterAddr = new int[4]; 1296m_filterAddr = RuntimeILGenerator.EnlargeArray(m_filterAddr);
4 references to m_filterAddr
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
380current.m_filterAddr[current.m_currentCatch - 1] = GetTokenFor(rtType);
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
1296m_filterAddr = RuntimeILGenerator.EnlargeArray(m_filterAddr); 1305m_filterAddr[currentCatch] = catchorfilterAddr; 1401return m_filterAddr;