6 references to InstanceKeysToAssociate
System.Activities (1)
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (1)
75if (InstanceKeysToAssociate.ContainsKey(LookupInstanceKey))
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (2)
142foreach (KeyValuePair<Guid, IDictionary<XName, InstanceValue>> keyEntry in loadByKeycommand.InstanceKeysToAssociate) 156foreach (KeyValuePair<Guid, IDictionary<XName, InstanceValue>> keyEntry in loadByKeycommand.InstanceKeysToAssociate)
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
34List<CorrelationKey> keysToAssociate = CorrelationKey.BuildKeyList(keyLoadCommand.InstanceKeysToAssociate, base.Store.InstanceEncodingOption);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
548TryAddKeyToInstanceKeysCollection(loadByKeyCommand.InstanceKeysToAssociate, keyToAssociate); 553TryAddKeyToInstanceKeysCollection(loadByKeyCommand.InstanceKeysToAssociate, lookupKeyToAdd);