1 type derived from MethodInfoCallInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\CallInstruction.cs (1)
377
internal sealed class ByRefMethodInfoCallInstruction :
MethodInfoCallInstruction
7 instantiations of MethodInfoCallInstruction
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\CallInstruction.cs (7)
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);