4 references to Completed
System.IO.Log (4)
System\IO\Log\LogReserveAndAppendState.cs (4)
170
complete = (this.currentState == State.
Completed
);
253
complete = (this.currentState == State.
Completed
);
539
if (this.currentState == State.
Completed
)
574
this.currentState = State.
Completed
;