10 references to Conditional
System.Linq.Expressions (10)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (1)
213case ExpressionType.Conditional:
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
98case ExpressionType.Conditional:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
87case ExpressionType.Conditional:
System\Linq\Expressions\ConditionalExpression.cs (5)
43public sealed override ExpressionType NodeType => ExpressionType.Conditional; 132/// <see cref="ExpressionType.Conditional"/> and the <see cref="ConditionalExpression.Test"/>, <see cref="ConditionalExpression.IfTrue"/>, 160/// <see cref="ExpressionType.Conditional"/> and the <see cref="ConditionalExpression.Test"/>, <see cref="ConditionalExpression.IfTrue"/>, 195/// <see cref="ExpressionType.Conditional"/> and the <see cref="ConditionalExpression.Test"/>, <see cref="ConditionalExpression.IfTrue"/>, 210/// <see cref="ExpressionType.Conditional"/> and the <see cref="ConditionalExpression.Test"/>, <see cref="ConditionalExpression.IfTrue"/>,
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
1886case ExpressionType.Conditional: 3071case ExpressionType.Conditional: CompileConditionalExpression(expr, expr.Type == typeof(void)); break;