8 references to GetNullableConstructor
System.Linq.Expressions (8)
System\Linq\Expressions\Compiler\ILGen.cs (3)
492
il.Emit(OpCodes.Newobj, TypeUtils.
GetNullableConstructor
(type));
807
ConstructorInfo ci = TypeUtils.
GetNullableConstructor
(typeTo);
827
ConstructorInfo ci = TypeUtils.
GetNullableConstructor
(typeTo);
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (1)
484
ConstructorInfo ci = TypeUtils.
GetNullableConstructor
(resultType);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (2)
1164
ConstructorInfo ci = TypeUtils.
GetNullableConstructor
(resultType);
1268
ConstructorInfo ci = TypeUtils.
GetNullableConstructor
(resultType);
System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs (2)
97
_ilg.Emit(OpCodes.Newobj, TypeUtils.
GetNullableConstructor
(type));
167
ConstructorInfo ci = TypeUtils.
GetNullableConstructor
(resultType);