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