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