1 write to reference
System.Activities (1)
System\Activities\WorkflowDataContext.cs (1)
205this.reference = reference;
4 references to reference
System.Activities (4)
System\Activities\WorkflowDataContext.cs (4)
227return this.reference.Type; 235return this.reference; 251return this.reference.GetLocation(activityContext).Value; 276Location location = this.reference.GetLocation(activityContext);