2 writes to LookupInstanceKey
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
523LookupInstanceKey = key.Value, 532LookupInstanceKey = key.Value,
6 references to LookupInstanceKey
System.Activities (2)
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (2)
68if (LookupInstanceKey == Guid.Empty) 75if (InstanceKeysToAssociate.ContainsKey(LookupInstanceKey))
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (3)
147if (!this.associatedInstanceKeys.ContainsKey(loadByKeycommand.LookupInstanceKey)) 149base.InstancePersistenceContext.AssociatedInstanceKey(loadByKeycommand.LookupInstanceKey); 150this.associatedInstanceKeys.Add(loadByKeycommand.LookupInstanceKey, new Dictionary<XName, InstanceValue>());
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
33Guid key = keyLoadCommand.LookupInstanceKey;