8 references to ItemType
System.Workflow.Runtime (8)
Hosting\SqlWorkflowPersistenceService.cs (8)
33
public
ItemType
Type;
989
item.Type = PendingWorkItem.
ItemType
.Instance;
1015
item.Type = PendingWorkItem.
ItemType
.ActivationComplete;
1055
item.Type = PendingWorkItem.
ItemType
.CompletedScope;
1114
case PendingWorkItem.
ItemType
.Instance:
1118
case PendingWorkItem.
ItemType
.CompletedScope:
1122
case PendingWorkItem.
ItemType
.ActivationComplete:
1175
if (item.Type.Equals(PendingWorkItem.
ItemType
.Instance))