2 writes to m_catchClass
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1285
m_catchClass
= new Type[4];
1305
m_catchClass
= RuntimeILGenerator.EnlargeArray(m_catchClass);
3 references to m_catchClass
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
1305
m_catchClass = RuntimeILGenerator.EnlargeArray(
m_catchClass
);
1322
m_catchClass
[currentCatch] = catchClass!;
1422
return
m_catchClass
;