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