1 write to _instructions
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\Interpreter.cs (1)
34
_instructions
= instructions;
2 references to _instructions
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\Interpreter.cs (2)
43
internal InstructionArray Instructions =>
_instructions
;
58
Instruction[] instructions =
_instructions
.Instructions;