3 writes to Type
System.Workflow.Runtime (3)
Hosting\SqlWorkflowPersistenceService.cs (3)
989
item.
Type
= PendingWorkItem.ItemType.Instance;
1015
item.
Type
= PendingWorkItem.ItemType.ActivationComplete;
1055
item.
Type
= PendingWorkItem.ItemType.CompletedScope;
2 references to Type
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
1112
switch (item.
Type
)
1175
if (item.
Type
.Equals(PendingWorkItem.ItemType.Instance))