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