9 references to Get
System.Workflow.Activities (9)
SetState.cs (1)
70StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState);
State.cs (2)
568StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); 600StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState);
StateMachineAction.cs (1)
83_executionState = StateMachineExecutionState.Get(rootState);
StateMachineHelpers.cs (1)
166StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState);
StateMachineSubscription.cs (4)
134StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); 141StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); 219StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); 233StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState);