2 writes to m_stackSize
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (2)
699
m_stackSize
= ilGenerator.GetMaxStackSize();
714
m_stackSize
= dynamicILInfo.MaxStackSize;
1 reference to m_stackSize
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
856
stackSize =
m_stackSize
;