2 writes to locations
System.Activities (2)
System\Activities\XamlIntegration\CompiledDataContext.cs (2)
32
this.
locations
= ConvertReferences(this.locationReferences, activityContext);
37
this.
locations
= locations;
3 references to locations
System.Activities (3)
System\Activities\XamlIntegration\CompiledDataContext.cs (3)
47
return this.
locations
[index].Value;
52
this.
locations
[index].Value = value;
85
return new CompiledLocation<T>(getMethod, setMethod, this.locationReferences, this.
locations
, expressionId, compiledRootActivity, activityContext);