5 references to LambdaValue
System.Activities (5)
System\Activities\InArgument.cs (1)
96
this.Expression = new
LambdaValue
<T>(expression);
System\Activities\Statements\DoWhile.cs (1)
38
this.Condition = new
LambdaValue
<bool>(condition);
System\Activities\Statements\FlowDecision.cs (1)
33
this.Condition = new
LambdaValue
<bool>(condition);
System\Activities\Statements\While.cs (1)
38
this.Condition = new
LambdaValue
<bool>(condition);
System\Activities\Variable.cs (1)
287
this.Default = new
LambdaValue
<T>(defaultExpression);