2 writes to rewrittenTree
System.Activities (2)
System\Activities\Expressions\LambdaReference.cs (2)
52
this.
rewrittenTree
= (Expression<Func<ActivityContext, T>>)newTree;
56
this.
rewrittenTree
= this.locationExpression;
2 references to rewrittenTree
System.Activities (2)
System\Activities\Expressions\LambdaReference.cs (2)
61
if (!ExpressionUtilities.IsLocation(this.
rewrittenTree
, typeof(T), out extraErrorMessage))
76
this.locationFactory = ExpressionUtilities.CreateLocationFactory<T>(this.
rewrittenTree
);