3 writes to _maxStack
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (3)
572
_maxStack
= MaxStackNotSet;
590
_maxStack
= methodIL._maxStack;
618
_maxStack
= this.ComputeMaxStack();
3 references to _maxStack
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (3)
590
_maxStack = methodIL.
_maxStack
;
617
if (
_maxStack
== MaxStackNotSet)
619
return
_maxStack
;