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