3 references to PendingMessagesProperty
System.Workflow.Runtime (3)
WorkflowQueuingService.cs (3)
53
this.rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.
PendingMessagesProperty
, this.pendingQueueState.Messages);
69
this.rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.
PendingMessagesProperty
, this.pendingQueueState.Messages);
693
rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.
PendingMessagesProperty
, pendingQueueStateSnapshot.Messages);