13 references to State
System.IO.Log (13)
System\IO\Log\LogWriteRestartAreaState.cs (13)
38State currentState; 103if (this.currentState != State.Unprepared) 123this.currentState = State.AwaitCompletion; 138complete = (this.currentState == State.Completed); 196case State.AwaitCompletion: 200case State.AwaitPolicyCompletion: 204case State.AwaitSecondCompletion: 221complete = (this.currentState == State.Completed); 251this.currentState = State.AwaitPolicyCompletion; 272this.currentState = State.AwaitSecondCompletion; 305if (this.currentState != State.Unprepared) 398this.currentState = State.Prepared; 455this.currentState = State.Completed;