8 references to MethodInfoCallInstruction
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\CallInstruction.cs (8)
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); 382: base(target, argumentCount)