3 references to Make
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
345
expr = ConditionalExpression.
Make
(test.Node, ifTrue.Node, ifFalse.Node, node.Type);
System\Linq\Expressions\ConditionalExpression.cs (2)
149
return ConditionalExpression.
Make
(test, ifTrue, ifFalse, ifTrue.Type);
186
return ConditionalExpression.
Make
(test, ifTrue, ifFalse, type);