2 references to BuildKeyList
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
499
List<CorrelationKey> keysToComplete = CorrelationKey.
BuildKeyList
(saveWorkflowCommand.InstanceKeysToComplete);
500
List<CorrelationKey> keysToFree = CorrelationKey.
BuildKeyList
(saveWorkflowCommand.InstanceKeysToFree);