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