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