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