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