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