14 references to State
System.IO.Log (14)
System\IO\Log\LogRestartAreaEnumerator.cs (14)
27State state; 37this.state = State.BeforeFirst; 54if (this.state == State.Disposed) 60if (this.state == State.BeforeFirst) 63if (this.state == State.AfterLast) 88this.state = State.Disposed; 96if (this.state == State.Disposed) 98if (this.state == State.AfterLast) 137this.state = State.AfterLast; 148this.state = State.Valid; 174this.state = State.AfterLast; 185this.state = State.Valid; 194if (this.state == State.Disposed) 210this.state = State.BeforeFirst;