5 writes to currentState
System.IO.Log (5)
System\IO\Log\LogReserveAndAppendState.cs (5)
155
this.
currentState
= State.AwaitCompletion;
285
this.
currentState
= State.AwaitPolicyCompletion;
307
this.
currentState
= State.AwaitSecondCompletion;
431
this.
currentState
= State.Prepared;
574
this.
currentState
= State.Completed;
6 references to currentState
System.IO.Log (6)
System\IO\Log\LogReserveAndAppendState.cs (6)
136
if (this.
currentState
!= State.Unprepared)
170
complete = (this.
currentState
== State.Completed);
226
switch (this.
currentState
)
253
complete = (this.
currentState
== State.Completed);
342
if (this.
currentState
!= State.Unprepared)
539
if (this.
currentState
== State.Completed)