2 references to MaxStack
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\EcmaMethodIL.cs (1)
78return _methodBody.MaxStack;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
24public sealed override int MaxStackSize => Block.MaxStack;