10 references to Condition
System.Core (10)
Microsoft\Scripting\Actions\DynamicObject.cs (5)
518
var checkedConvert = Expression.
Condition
(
527
Expression.
Condition
(
558
Expression.
Condition
(
615
Expression.
Condition
(
675
Expression.
Condition
(
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
717
Expression.
Condition
(
Microsoft\Scripting\Ast\ConditionalExpression.cs (3)
115
return Expression.
Condition
(test, ifTrue, ifFalse, Type);
215
return
Condition
(test, ifTrue, Expression.Empty(), typeof(void));
229
return
Condition
(test, ifTrue, ifFalse, typeof(void));
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
330
expr = Expression.
Condition
(test.Node, ifTrue.Node, ifFalse.Node, node.Type);