1 instantiation of WorkflowQueueInfo
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
1352
queuedItems.Add(new
WorkflowQueueInfo
(name, items, subscribedActivities.AsReadOnly()));
4 references to WorkflowQueueInfo
System.Workflow.Runtime (4)
WorkflowExecutor.cs (3)
1325
internal ReadOnlyCollection<
WorkflowQueueInfo
> GetWorkflowQueueInfos()
1327
List<
WorkflowQueueInfo
> queuedItems = new List<
WorkflowQueueInfo
>();
WorkflowInstance.cs (1)
67
public ReadOnlyCollection<
WorkflowQueueInfo
> GetWorkflowQueueData()