1 write to nextSeqNum
System.IO.Log (1)
System\IO\Log\FileLogRecordStream.cs (1)
52
log.ReadRecordPrefix(this.recordSequenceNumber, out pData, ref cbData, out totalSize, out this.prevSeqNum, out this.
nextSeqNum
);
2 references to nextSeqNum
System.IO.Log (2)
System\IO\Log\FileLogRecordStream.cs (2)
93
get { return this.
nextSeqNum
; }
140
&& next == this.
nextSeqNum
))