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