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