5 writes to current
System.IO.Log (5)
System\IO\Log\FileLogRecordEnumerator.cs (5)
64
this.
current
= start;
117
this.
current
= this.stream.NextLsn;
120
this.
current
= this.stream.Header.PreviousLsn;
123
this.
current
= this.stream.Header.NextUndoLsn;
168
this.
current
= this.start;
5 references to current
System.IO.Log (5)
System\IO\Log\FileLogRecordEnumerator.cs (5)
105
if (this.
current
== SequenceNumber.Invalid)
131
if (this.
current
< first
132
|| last < this.
current
133
|| this.
current
== SequenceNumber.Invalid)
139
this.stream = new FileLogRecordStream(this.log, this.
current
);