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