1 write to associatedInstanceKeys
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
39
this.
associatedInstanceKeys
= new Dictionary<Guid, IDictionary<XName, InstanceValue>>();
5 references to associatedInstanceKeys
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (5)
138
ReadKeyData(reader, this.
associatedInstanceKeys
, this.completedInstanceKeys);
144
this.
associatedInstanceKeys
.Add(keyEntry.Key, keyEntry.Value);
147
if (!this.
associatedInstanceKeys
.ContainsKey(loadByKeycommand.LookupInstanceKey))
150
this.
associatedInstanceKeys
.Add(loadByKeycommand.LookupInstanceKey, new Dictionary<XName, InstanceValue>());
175
this.
associatedInstanceKeys
,