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