5 writes to currentState
System.IO.Log (5)
System\IO\Log\LogWriteRestartAreaState.cs (5)
123this.currentState = State.AwaitCompletion; 251this.currentState = State.AwaitPolicyCompletion; 272this.currentState = State.AwaitSecondCompletion; 398this.currentState = State.Prepared; 455this.currentState = State.Completed;
5 references to currentState
System.IO.Log (5)
System\IO\Log\LogWriteRestartAreaState.cs (5)
103if (this.currentState != State.Unprepared) 138complete = (this.currentState == State.Completed); 194switch (this.currentState) 221complete = (this.currentState == State.Completed); 305if (this.currentState != State.Unprepared)