3 writes to m_type
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
1435m_type = null; 1449m_type=new int[4]; 1472m_type = ILGenerator.EnlargeArray(m_type);
6 references to m_type
mscorlib (6)
system\reflection\emit\ilgenerator.cs (6)
1472m_type = ILGenerator.EnlargeArray(m_type); 1476m_type[m_currentCatch]=type; 1489if (m_type[m_currentCatch] != Filter) 1491m_type[m_currentCatch]=type; 1496if (m_type[m_currentCatch] != Filter) 1584return m_type;