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