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