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