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