16 instantiations of FuncCallInstruction
System.Linq.Expressions (16)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (16)
140
return new
FuncCallInstruction
<T0, T1, Object>(target);
142
case TypeCode.Int16: return new
FuncCallInstruction
<T0, T1, Int16>(target);
143
case TypeCode.Int32: return new
FuncCallInstruction
<T0, T1, Int32>(target);
144
case TypeCode.Int64: return new
FuncCallInstruction
<T0, T1, Int64>(target);
145
case TypeCode.Boolean: return new
FuncCallInstruction
<T0, T1, Boolean>(target);
146
case TypeCode.Char: return new
FuncCallInstruction
<T0, T1, Char>(target);
147
case TypeCode.Byte: return new
FuncCallInstruction
<T0, T1, Byte>(target);
148
case TypeCode.Decimal: return new
FuncCallInstruction
<T0, T1, Decimal>(target);
149
case TypeCode.DateTime: return new
FuncCallInstruction
<T0, T1, DateTime>(target);
150
case TypeCode.Double: return new
FuncCallInstruction
<T0, T1, Double>(target);
151
case TypeCode.Single: return new
FuncCallInstruction
<T0, T1, Single>(target);
152
case TypeCode.UInt16: return new
FuncCallInstruction
<T0, T1, UInt16>(target);
153
case TypeCode.UInt32: return new
FuncCallInstruction
<T0, T1, UInt32>(target);
154
case TypeCode.UInt64: return new
FuncCallInstruction
<T0, T1, UInt64>(target);
155
case TypeCode.String: return new
FuncCallInstruction
<T0, T1, String>(target);
156
case TypeCode.SByte: return new
FuncCallInstruction
<T0, T1, SByte>(target);
1 reference to FuncCallInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (1)
201
t = typeof(
FuncCallInstruction
<,,>).MakeGenericType(arrTypes);