2 implementations of MustCommit
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (1)
1094bool IPendingWork.MustCommit(ICollection items)
Tracking\SqlTrackingService.cs (1)
926public bool MustCommit(ICollection items)
1 reference to MustCommit
System.Workflow.Runtime (1)
WorkBatch.cs (1)
207if (work.MustCommit(workItem.Value))