10 references to Conditional
System.Linq.Expressions (10)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (1)
213
case ExpressionType.
Conditional
:
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
98
case ExpressionType.
Conditional
:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
87
case ExpressionType.
Conditional
:
System\Linq\Expressions\ConditionalExpression.cs (5)
43
public 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)
1886
case ExpressionType.
Conditional
:
3071
case ExpressionType.
Conditional
: CompileConditionalExpression(expr, expr.Type == typeof(void)); break;