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