14 references to State
System.IO.Log (14)
System\IO\Log\LogLogRecordEnumerator.cs (14)
43State state; 57this.state = State.BeforeFirst; 74if (this.state == State.Disposed) 80if (this.state == State.BeforeFirst) 83if (this.state == State.AfterLast) 108this.state = State.Disposed; 116if (this.state == State.Disposed) 118if (this.state == State.AfterLast) 163this.state = State.AfterLast; 176this.state = State.Valid; 213this.state = State.AfterLast; 224this.state = State.Valid; 233if (this.state == State.Disposed) 249this.state = State.BeforeFirst;