7 references to GetCurrentState
System.Workflow.Activities (7)
State.cs (1)
601StateActivity currentState = StateMachineHelpers.GetCurrentState(executionContext);
StateMachineAction.cs (1)
81_currentState = StateMachineHelpers.GetCurrentState(context);
StateMachineExecutionState.cs (1)
212StateActivity currentState = StateMachineHelpers.GetCurrentState(context);
StateMachineSubscription.cs (1)
228StateActivity currentState = StateMachineHelpers.GetCurrentState(context);
StateMachineSubscriptionManager.cs (3)
87StateActivity state = StateMachineHelpers.GetCurrentState(context); 145StateActivity currentState = StateMachineHelpers.GetCurrentState(context); 381StateActivity currentState = StateMachineHelpers.GetCurrentState(context);