3 writes to state
System.Activities (3)
System\Activities\WorkflowApplicationInstance.cs (3)
32this.state = (int)State.Initialized; 121int oldState = Interlocked.CompareExchange(ref this.state, (int)State.Loaded, (int)State.Initialized); 127int oldState = Interlocked.CompareExchange(ref this.state, (int)State.Aborted, (int)State.Initialized);