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