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