2 writes to m_maxStackSize
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
899m_maxStackSize = maxStackSize; 910m_maxStackSize = maxStackSize;
1 reference to m_maxStackSize
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
889internal int MaxStackSize => m_maxStackSize;