1 instantiation of FuncCallInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (1)
129return new FuncCallInstruction<T0, T1>(target);
1 reference to FuncCallInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (1)
198t = typeof(FuncCallInstruction<,>).MakeGenericType(arrTypes);