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