1 write to locationReferences
System.Activities (1)
System\Activities\Expressions\CompiledExpressionInvoker.cs (1)
53
this.
locationReferences
= new List<LocationReference>();
4 references to locationReferences
System.Activities (4)
System\Activities\Expressions\CompiledExpressionInvoker.cs (4)
88
return this.compiledRoot.InvokeExpression(this.expressionId, this.
locationReferences
, activityContext);
190
return this.compiledRoot.GetExpressionTreeForExpression(this.expressionId, this.
locationReferences
);
220
if (compiledExpressionRoot.CanExecuteExpression(this.textExpression.ExpressionText, this.isReference,
locationReferences
, out expressionId))
250
this.
locationReferences
.Add(new InlinedLocationReference(reference, this.metadata.CurrentActivity));