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