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