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