5 writes to current
System.IO.Log (5)
System\IO\Log\FileLogRecordEnumerator.cs (5)
64this.current = start; 117this.current = this.stream.NextLsn; 120this.current = this.stream.Header.PreviousLsn; 123this.current = this.stream.Header.NextUndoLsn; 168this.current = this.start;
5 references to current
System.IO.Log (5)
System\IO\Log\FileLogRecordEnumerator.cs (5)
105if (this.current == SequenceNumber.Invalid) 131if (this.current < first 132|| last < this.current 133|| this.current == SequenceNumber.Invalid) 139this.stream = new FileLogRecordStream(this.log, this.current);