3 references to Run
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\Interpreter.cs (1)
16
/// The core loop in the interpreter is the <see cref="
Run
(InterpretedFrame)"/> method.
System\Linq\Expressions\Interpreter\LightLambda.cs (2)
416
_interpreter.
Run
(frame);
440
_interpreter.
Run
(frame);