2 writes to m_catchClass
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1279
m_catchClass
= new Type[4];
1299
m_catchClass
= RuntimeILGenerator.EnlargeArray(m_catchClass);
3 references to m_catchClass
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
1299
m_catchClass = RuntimeILGenerator.EnlargeArray(
m_catchClass
);
1316
m_catchClass
[currentCatch] = catchClass!;
1416
return
m_catchClass
;