2 references to GetMaxStackSize
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (1)
699
m_stackSize = ilGenerator.
GetMaxStackSize
();
system\reflection\emit\methodbuilder.cs (1)
432
return m_ilGenerator.
GetMaxStackSize
() + ExceptionHandlerCount;