11 references to Actions
System.Workflow.Activities (11)
StateMachineExecutionState.cs (11)
120
return this.
Actions
.Count > 0;
143
this.
Actions
.Enqueue(action);
148
StateMachineAction action = this.
Actions
.Dequeue();
149
if (this.
Actions
.Count == 0)
164
if (this.
Actions
.Count == 0)
170
StateMachineAction action = this.
Actions
.Peek();
185
if (this.
Actions
.Count == 0)
188
action = this.
Actions
.Peek();
191
if (this.
Actions
.Count > 0)
228
this.
Actions
.Enqueue(action);
245
this.
Actions
.Enqueue(action);