5 references to pendingNotification
System.Workflow.Runtime (5)
WorkflowQueuingService.cs (5)
60
if (!this.Exists(
pendingNotification
))
61
this.CreateWorkflowQueue(
pendingNotification
, false);
311
Queue q = GetQueue(
pendingNotification
).Messages;
334
Queue q = GetQueue(
pendingNotification
).Messages;
456
if (name is String && (String)name ==
pendingNotification
)