2 writes to locations
System.Activities (2)
System\Activities\XamlIntegration\CompiledLocation.cs (2)
47
this.
locations
= locations;
181
set { this.
locations
= value; }
2 references to locations
System.Activities (2)
System\Activities\XamlIntegration\CompiledLocation.cs (2)
180
get { return this.
locations
; }
212
CompiledLocation<T> tempLocation = (CompiledLocation<T>)compiledRoot.InvokeExpression(this.expressionId, this.
locations
);