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