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