3 writes to m_catchAddr
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
1431
m_catchAddr
= null;
1444
m_catchAddr
=new int[4];
1469
m_catchAddr
=ILGenerator.EnlargeArray(m_catchAddr);
6 references to m_catchAddr
mscorlib (6)
system\reflection\emit\ilgenerator.cs (6)
1467
if (m_currentCatch>=
m_catchAddr
.Length) {
1469
m_catchAddr=ILGenerator.EnlargeArray(
m_catchAddr
);
1478
m_catchAddr
[m_currentCatch] = -1;
1493
m_catchAddr
[m_currentCatch]=catchorfilterAddr;
1541
Contract.Assert(
m_catchAddr
[m_currentCatch-1] > 0,"m_catchAddr[m_currentCatch-1] > 0");
1568
return
m_catchAddr
;