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