1 write to PreviousLsn
System.IO.Log (1)
System\IO\Log\AppendHelper.cs (1)
29this.header.PreviousLsn = prev;
2 references to PreviousLsn
System.IO.Log (2)
System\IO\Log\FileLogRecord.cs (1)
31return this.stream.Header.PreviousLsn;
System\IO\Log\FileLogRecordEnumerator.cs (1)
120this.current = this.stream.Header.PreviousLsn;