1 write to state
System.Activities (1)
System\Activities\Statements\InternalState.cs (1)
57this.state = state;
7 references to state
System.Activities (7)
System\Activities\Statements\InternalState.cs (7)
91return this.state.Entry; 102return this.state.Exit; 114return this.state.IsFinal; 125return this.state.StateId; 136return this.state.Transitions; 147return this.state.Variables; 159return this.state.StateMachineName;