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