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