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