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(); 236public override string ToString() => "Call(" + _target.Method + ")";