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