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