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