2 writes to m_catchClass
mscorlib (2)
system\reflection\emit\ilgenerator.cs (2)
1446
m_catchClass
=new Type[4];
1471
m_catchClass
=__ExceptionInfo.EnlargeArray(m_catchClass);
3 references to m_catchClass
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
1471
m_catchClass=__ExceptionInfo.EnlargeArray(
m_catchClass
);
1488
m_catchClass
[m_currentCatch]=catchClass;
1576
return
m_catchClass
;