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