1 write to MaxContinuationDepth
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
32MaxContinuationDepth = maxContinuationDepth;
2 references to MaxContinuationDepth
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (1)
43int c = interpreter.Instructions.MaxContinuationDepth;
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
138sb.Append(" .maxcontinuation ").Append(_interpreter.Instructions.MaxContinuationDepth).AppendLine();