2 writes to m_type
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1282
m_type
= new int[4];
1300
m_type
= RuntimeILGenerator.EnlargeArray(m_type);
6 references to m_type
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeILGenerator.cs (6)
1300
m_type = RuntimeILGenerator.EnlargeArray(
m_type
);
1304
m_type
[currentCatch] = type;
1317
if (
m_type
[currentCatch] != Filter)
1319
m_type
[currentCatch] = type;
1324
if (
m_type
[currentCatch] != Filter)
1426
return
m_type
;