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; 617if (_maxStack == MaxStackNotSet) 619return _maxStack;