3 writes to m_filterAddr
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
1430
m_filterAddr
= null;
1443
m_filterAddr
=new int[4];
1468
m_filterAddr
=ILGenerator.EnlargeArray(m_filterAddr);
4 references to m_filterAddr
mscorlib (4)
system\reflection\emit\dynamicilgenerator.cs (1)
443
current.
m_filterAddr
[current.m_currentCatch - 1] = GetTokenFor(rtType);
system\reflection\emit\ilgenerator.cs (3)
1468
m_filterAddr=ILGenerator.EnlargeArray(
m_filterAddr
);
1477
m_filterAddr
[m_currentCatch] = catchorfilterAddr;
1564
return
m_filterAddr
;