11 references to Header
System.IO.Log (11)
System\IO\Log\FileLogRecord.cs (4)
25
if (this.stream.
Header
.IsRestartArea)
31
return this.stream.
Header
.PreviousLsn;
45
if (this.stream.
Header
.IsRestartArea)
51
return this.stream.
Header
.NextUndoLsn;
System\IO\Log\FileLogRecordEnumerator.cs (3)
120
this.current = this.stream.
Header
.PreviousLsn;
123
this.current = this.stream.
Header
.NextUndoLsn;
141
if (!this.enumRestartAreas && this.stream.
Header
.IsRestartArea)
System\IO\Log\FileRecordSequenceHelper.cs (4)
107
if (stream.
Header
.IsRestartArea)
114
if (first < stream.
Header
.NextUndoLsn)
117
if (stream.
Header
.NextUndoLsn == SequenceNumber.Invalid)
128
this.newBaseSeqNum = stream.
Header
.NextUndoLsn;