2 writes to internalState
System.Activities (2)
System\Activities\Statements\State.cs (2)
134this.internalState = new InternalState(this); 182this.internalState = null;
2 references to internalState
System.Activities (2)
System\Activities\Statements\State.cs (2)
132if (this.internalState == null) 136return this.internalState;