2 references to FindDynamicStateByName
System.Workflow.Activities (2)
StateMachineExecutionState.cs (1)
194StateActivity nextActionState = StateMachineHelpers.FindDynamicStateByName(rootState, action.StateName);
StateMachineHelpers.cs (1)
171StateActivity currentState = FindDynamicStateByName(rootState, currentStateName);