10 references to Instructions
System.Linq.Expressions (10)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
304
Instruction[] instructions = frame.Interpreter.
Instructions
.Instructions;
431
Instruction[] instructions = frame.Interpreter.
Instructions
.Instructions;
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (2)
41
Data = new object[StackIndex + interpreter.
Instructions
.MaxStackDepth];
43
int c = interpreter.
Instructions
.MaxContinuationDepth;
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
143
Instruction[] instructions = interpreter.
Instructions
.Instructions;
System\Linq\Expressions\Interpreter\LightLambda.cs (5)
53
Instruction[] instructions = _interpreter.
Instructions
.Instructions;
137
sb.Append(" .maxstack ").Append(_interpreter.
Instructions
.MaxStackDepth).AppendLine();
138
sb.Append(" .maxcontinuation ").Append(_interpreter.
Instructions
.MaxContinuationDepth).AppendLine();
141
Instruction[] instructions = _interpreter.
Instructions
.Instructions;
142
InstructionArray.DebugView debugView = new InstructionArray.DebugView(_interpreter.
Instructions
);