3 references to Significant
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (1)
272if (Significant(expression))
System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs (1)
71if (Significant(block.GetExpression(i)))
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
47if (g != null && (g.Value == null || !Significant(g.Value)) && ReferenceLabel(g.Target).CanReturn)