1 type derived from MethodInfoCallInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\CallInstruction.cs (1)
377internal sealed class ByRefMethodInfoCallInstruction : MethodInfoCallInstruction
7 instantiations of MethodInfoCallInstruction
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\CallInstruction.cs (7)
52return new MethodInfoCallInstruction(info, argumentCount); 56return new MethodInfoCallInstruction(info, argumentCount); 62return new MethodInfoCallInstruction(info, argumentCount); 70return new MethodInfoCallInstruction(info, argumentCount); 102res = new MethodInfoCallInstruction(info, argumentCount); 110res = new MethodInfoCallInstruction(info, argumentCount); 148return new MethodInfoCallInstruction(info, argumentCount);