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