1 write to Instructions
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
33
Instructions
= instructions;
7 references to Instructions
System.Linq.Expressions (7)
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\InstructionList.cs (1)
56
_array.
Instructions
,
System\Linq\Expressions\Interpreter\Interpreter.cs (1)
58
Instruction[] instructions = _instructions.
Instructions
;
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
143
Instruction[] instructions = interpreter.Instructions.
Instructions
;
System\Linq\Expressions\Interpreter\LightLambda.cs (2)
53
Instruction[] instructions = _interpreter.Instructions.
Instructions
;
141
Instruction[] instructions = _interpreter.Instructions.
Instructions
;