5 writes to currentState
System.IO.Log (5)
System\IO\Log\LogWriteRestartAreaState.cs (5)
123
this.
currentState
= State.AwaitCompletion;
251
this.
currentState
= State.AwaitPolicyCompletion;
272
this.
currentState
= State.AwaitSecondCompletion;
398
this.
currentState
= State.Prepared;
455
this.
currentState
= State.Completed;
5 references to currentState
System.IO.Log (5)
System\IO\Log\LogWriteRestartAreaState.cs (5)
103
if (this.
currentState
!= State.Unprepared)
138
complete = (this.
currentState
== State.Completed);
194
switch (this.
currentState
)
221
complete = (this.
currentState
== State.Completed);
305
if (this.
currentState
!= State.Unprepared)