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