1 write to nextSeqNum
System.IO.Log (1)
System\IO\Log\FileLogRecordStream.cs (1)
52log.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)
93get { return this.nextSeqNum; } 140&& next == this.nextSeqNum))