2 writes to m_filterAddr
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1282m_filterAddr = new int[4]; 1302m_filterAddr = RuntimeILGenerator.EnlargeArray(m_filterAddr);
4 references to m_filterAddr
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
372current.m_filterAddr[current.m_currentCatch - 1] = GetTokenFor(rtType);
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
1302m_filterAddr = RuntimeILGenerator.EnlargeArray(m_filterAddr); 1311m_filterAddr[currentCatch] = catchorfilterAddr; 1407return m_filterAddr;