2 writes to m_catchClass
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1289
m_catchClass
= new Type[4];
1309
m_catchClass
= RuntimeILGenerator.EnlargeArray(m_catchClass);
3 references to m_catchClass
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
1309
m_catchClass = RuntimeILGenerator.EnlargeArray(
m_catchClass
);
1326
m_catchClass
[currentCatch] = catchClass!;
1426
return
m_catchClass
;