2 writes to m_type
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1292m_type = new int[4]; 1310m_type = RuntimeILGenerator.EnlargeArray(m_type);
6 references to m_type
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeILGenerator.cs (6)
1310m_type = RuntimeILGenerator.EnlargeArray(m_type); 1314m_type[currentCatch] = type; 1327if (m_type[currentCatch] != Filter) 1329m_type[currentCatch] = type; 1334if (m_type[currentCatch] != Filter) 1436return m_type;