2 writes to m_stackSize
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
576
m_stackSize
= ilGenerator.GetMaxStackSize();
588
m_stackSize
= dynamicILInfo.MaxStackSize;
1 reference to m_stackSize
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
705
stackSize =
m_stackSize
;