5 writes to currentState
System.IO.Log (5)
System\IO\Log\LogReserveAndAppendState.cs (5)
155this.currentState = State.AwaitCompletion; 285this.currentState = State.AwaitPolicyCompletion; 307this.currentState = State.AwaitSecondCompletion; 431this.currentState = State.Prepared; 574this.currentState = State.Completed;
6 references to currentState
System.IO.Log (6)
System\IO\Log\LogReserveAndAppendState.cs (6)
136if (this.currentState != State.Unprepared) 170complete = (this.currentState == State.Completed); 226switch (this.currentState) 253complete = (this.currentState == State.Completed); 342if (this.currentState != State.Unprepared) 539if (this.currentState == State.Completed)