1 write to lambdaValue
System.Activities (1)
System\Activities\Expressions\LambdaValue.cs (1)
31this.lambdaValue = lambdaValue;
3 references to lambdaValue
System.Activities (3)
System\Activities\Expressions\LambdaValue.cs (3)
40return this.lambdaValue; 50if (ExpressionUtilities.TryRewriteLambdaExpression(this.lambdaValue, out newTree, publicAccessor)) 56this.rewrittenTree = this.lambdaValue;