2 references to PreviousLsnOffsetHigh
System.IO.Log (2)
System\IO\Log\FileLogRecordHeader.cs (2)
76
BitConverter.ToUInt64(this.bits,
PreviousLsnOffsetHigh
));
79
set { SequenceNumber.WriteUInt64(value.High, this.bits,
PreviousLsnOffsetHigh
); }