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