3 writes to locationReferences
System.Activities (3)
System\Activities\XamlIntegration\CompiledLocation.cs (3)
46this.locationReferences = locationReferences; 158this.locationReferences = new List<LocationReference>(); 162this.locationReferences = new List<LocationReference>(value.Count);
7 references to locationReferences
System.Activities (7)
System\Activities\XamlIntegration\CompiledLocation.cs (7)
140if (this.locationReferences == null || this.locationReferences.Count == 0) 145List<Tuple<string, Type>> durableCache = new List<Tuple<string, Type>>(this.locationReferences.Count); 147foreach (LocationReference reference in locationReferences) 165this.locationReferences.Add(new CompiledLocationReference(reference.Item1, reference.Item2)); 234if (compiledExpressionRoot.CanExecuteExpression(this.expressionText, true /* this is always a reference */, this.locationReferences, out this.expressionId)) 255if (compiledExpressionRoot.CanExecuteExpression(this.expressionText, true /* this is always a reference */, this.locationReferences, out this.expressionId))