8 references to ConstantCheck
System.Linq.Expressions (8)
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (4)
42
if (
ConstantCheck
.IsNull(b.Left) && !
ConstantCheck
.IsNull(b.Right) && b.Right.Type.IsNullableType())
47
if (
ConstantCheck
.IsNull(b.Right) && !
ConstantCheck
.IsNull(b.Left) && b.Left.Type.IsNullableType())
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
658
AnalyzeTypeIsResult result =
ConstantCheck
.AnalyzeTypeIs(node);
System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs (2)
521
else if (
ConstantCheck
.IsNull(node.Left))
535
else if (
ConstantCheck
.IsNull(node.Right))
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
2926
AnalyzeTypeIsResult result =
ConstantCheck
.AnalyzeTypeIs(node);