1 write to NextUndoLsn
System.IO.Log (1)
System\IO\Log\AppendHelper.cs (1)
30
this.header.
NextUndoLsn
= next;
5 references to NextUndoLsn
System.IO.Log (5)
System\IO\Log\FileLogRecord.cs (1)
51
return this.stream.Header.
NextUndoLsn
;
System\IO\Log\FileLogRecordEnumerator.cs (1)
123
this.current = this.stream.Header.
NextUndoLsn
;
System\IO\Log\FileRecordSequenceHelper.cs (3)
114
if (first < stream.Header.
NextUndoLsn
)
117
if (stream.Header.
NextUndoLsn
== SequenceNumber.Invalid)
128
this.newBaseSeqNum = stream.Header.
NextUndoLsn
;