1 write to _interpreter
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
46_interpreter = interpreter;
7 references to _interpreter
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\LightLambda.cs (7)
53Instruction[] instructions = _interpreter.Instructions.Instructions; 132string name = _interpreter.Name ?? "lambda_method"; 136sb.Append(" .locals ").Append(_interpreter.LocalCount).AppendLine(); 137sb.Append(" .maxstack ").Append(_interpreter.Instructions.MaxStackDepth).AppendLine(); 138sb.Append(" .maxcontinuation ").Append(_interpreter.Instructions.MaxContinuationDepth).AppendLine(); 141Instruction[] instructions = _interpreter.Instructions.Instructions; 142InstructionArray.DebugView debugView = new InstructionArray.DebugView(_interpreter.Instructions);