13 references to State
System.IO.Log (13)
System\IO\Log\LogWriteRestartAreaState.cs (13)
38
State
currentState;
103
if (this.currentState !=
State
.Unprepared)
123
this.currentState =
State
.AwaitCompletion;
138
complete = (this.currentState ==
State
.Completed);
196
case
State
.AwaitCompletion:
200
case
State
.AwaitPolicyCompletion:
204
case
State
.AwaitSecondCompletion:
221
complete = (this.currentState ==
State
.Completed);
251
this.currentState =
State
.AwaitPolicyCompletion;
272
this.currentState =
State
.AwaitSecondCompletion;
305
if (this.currentState !=
State
.Unprepared)
398
this.currentState =
State
.Prepared;
455
this.currentState =
State
.Completed;