7 references to ConstantCheck
System.Core (7)
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (4)
58if (ConstantCheck.IsNull(b.Left) && !ConstantCheck.IsNull(b.Right) && TypeUtils.IsNullableType(b.Right.Type)) { 62if (ConstantCheck.IsNull(b.Right) && !ConstantCheck.IsNull(b.Left) && TypeUtils.IsNullableType(b.Left.Type)) {
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
543AnalyzeTypeIsResult result = ConstantCheck.AnalyzeTypeIs(node);
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (2)
531} else if (ConstantCheck.IsNull(node.Left)) { 540} else if (ConstantCheck.IsNull(node.Right)) {