1 write to MaxStackDepth
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
31MaxStackDepth = maxStackDepth;
2 references to MaxStackDepth
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (1)
41Data = new object[StackIndex + interpreter.Instructions.MaxStackDepth];
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
137sb.Append(" .maxstack ").Append(_interpreter.Instructions.MaxStackDepth).AppendLine();