14 references to State
System.IO.Log (14)
System\IO\Log\LogReserveAndAppendState.cs (14)
50
State
currentState;
136
if (this.currentState !=
State
.Unprepared)
155
this.currentState =
State
.AwaitCompletion;
170
complete = (this.currentState ==
State
.Completed);
228
case
State
.AwaitCompletion:
232
case
State
.AwaitPolicyCompletion:
236
case
State
.AwaitSecondCompletion:
253
complete = (this.currentState ==
State
.Completed);
285
this.currentState =
State
.AwaitPolicyCompletion;
307
this.currentState =
State
.AwaitSecondCompletion;
342
if (this.currentState !=
State
.Unprepared)
431
this.currentState =
State
.Prepared;
539
if (this.currentState ==
State
.Completed)
574
this.currentState =
State
.Completed;