4 references to InstanceKeysToFree
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
349foreach (Guid key in saveWorkflowCommand.InstanceKeysToFree) 500List<CorrelationKey> keysToFree = CorrelationKey.BuildKeyList(saveWorkflowCommand.InstanceKeysToFree);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (2)
831saveCommand.InstanceKeysToFree.Add(key.Value); 1252saveCommand.InstanceKeysToFree.Add(key.Value);