1 write to _target
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (1)
249
_target
= (Action<T0>)target.CreateDelegate(typeof(Action<T0>));
2 references to _target
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (2)
268
_target
((T0)firstArg);
275
public override string ToString() => "Call(" +
_target
.Method + ")";