8 references to MethodInfoCallInstruction
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\CallInstruction.cs (8)
52
return new
MethodInfoCallInstruction
(info, argumentCount);
56
return new
MethodInfoCallInstruction
(info, argumentCount);
62
return new
MethodInfoCallInstruction
(info, argumentCount);
70
return new
MethodInfoCallInstruction
(info, argumentCount);
102
res = new
MethodInfoCallInstruction
(info, argumentCount);
110
res = new
MethodInfoCallInstruction
(info, argumentCount);
148
return new
MethodInfoCallInstruction
(info, argumentCount);
382
:
base
(target, argumentCount)