2 writes to locationReferences
System.Activities (2)
System\Activities\XamlIntegration\CompiledDataContext.cs (2)
25
this.
locationReferences
= locationReferences;
29
this.
locationReferences
= new List<LocationReference>();
3 references to locationReferences
System.Activities (3)
System\Activities\XamlIntegration\CompiledDataContext.cs (3)
27
if (this.
locationReferences
== null)
32
this.locations = ConvertReferences(this.
locationReferences
, activityContext);
85
return new CompiledLocation<T>(getMethod, setMethod, this.
locationReferences
, this.locations, expressionId, compiledRootActivity, activityContext);