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