2 writes to NextStateName
System.Workflow.Activities (2)
SetState.cs (1)
71executionState.NextStateName = this.TargetStateName;
StateMachineExecutionState.cs (1)
215this.NextStateName = null;
6 references to NextStateName
System.Workflow.Activities (6)
State.cs (4)
216if (String.IsNullOrEmpty(executionState.NextStateName)) 446if (String.IsNullOrEmpty(executionState.NextStateName)) 473if (!String.IsNullOrEmpty(executionState.NextStateName) && executionState.NextStateName.Equals(state.QualifiedName))
StateMachineExecutionState.cs (2)
209if (String.IsNullOrEmpty(this.NextStateName)) 213CalculateStateTransition(currentState, this.NextStateName);