14 references to State
System.IO.Log (14)
System\IO\Log\LogReserveAndAppendState.cs (14)
50State currentState; 136if (this.currentState != State.Unprepared) 155this.currentState = State.AwaitCompletion; 170complete = (this.currentState == State.Completed); 228case State.AwaitCompletion: 232case State.AwaitPolicyCompletion: 236case State.AwaitSecondCompletion: 253complete = (this.currentState == State.Completed); 285this.currentState = State.AwaitPolicyCompletion; 307this.currentState = State.AwaitSecondCompletion; 342if (this.currentState != State.Unprepared) 431this.currentState = State.Prepared; 539if (this.currentState == State.Completed) 574this.currentState = State.Completed;