3 references to Significant
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (1)
248if (Significant(expression)) {
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (1)
80if (Significant(block.GetExpression(i))) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
62if (g != null && (g.Value == null || !Significant(g.Value)) && ReferenceLabel(g.Target).CanReturn) {