1 write to _target
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (1)
288_target = (Action<T0, T1>)target.CreateDelegate(typeof(Action<T0, T1>));
2 references to _target
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (2)
307_target((T0)firstArg, (T1)frame.Data[frame.StackIndex - 1]); 314public override string ToString() => "Call(" + _target.Method + ")";