1 write to _target
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (1)
226
_target
= (Action)target.CreateDelegate(typeof(Action));
2 references to _target
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (2)
231
_target
();
236
public override string ToString() => "Call(" +
_target
.Method + ")";