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