6 references to GetNullableType
System.Linq.Expressions (6)
System\Dynamic\Utils\TypeUtils.cs (2)
37
/// This is an alternative to <see cref="
GetNullableType
" /> that will throw
44
return
GetNullableType
(type);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (2)
1169
if (TypeUtils.AreEquivalent(resultType, mc.Type.
GetNullableType
()))
1200
if (TypeUtils.AreEquivalent(resultType, mc.Type.
GetNullableType
()))
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
251
result = result.
GetNullableType
();
System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs (1)
357
Type resultType = mc.Type.
GetNullableType
();