2 references to BuildKeyList
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
34
List<CorrelationKey> keysToAssociate = CorrelationKey.
BuildKeyList
(keyLoadCommand.InstanceKeysToAssociate, base.Store.InstanceEncodingOption);
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
498
List<CorrelationKey> keysToAssociate = CorrelationKey.
BuildKeyList
(saveWorkflowCommand.InstanceKeysToAssociate, base.Store.InstanceEncodingOption);