4 references to PushFront
System.Activities (4)
System\Activities\ActivityUtilities.cs (1)
1345
this.callStack.
PushFront
(childActivity);
System\Activities\Runtime\ActivityExecutor.cs (1)
1225
this.transactionContextWaiters.
PushFront
(waiter);
System\Activities\Runtime\Scheduler.cs (1)
354
this.workItemQueue.
PushFront
(this.firstWorkItem);
System\Activities\WorkflowApplication.cs (1)
483
this.pendingOperations.
PushFront
(operation);