1 write to stream
System.IO.Log (1)
System\IO\Log\FileLogRecordEnumerator.cs (1)
139this.stream = new FileLogRecordStream(this.log, this.current);
5 references to stream
System.IO.Log (5)
System\IO\Log\FileLogRecordEnumerator.cs (5)
117this.current = this.stream.NextLsn; 120this.current = this.stream.Header.PreviousLsn; 123this.current = this.stream.Header.NextUndoLsn; 141if (!this.enumRestartAreas && this.stream.Header.IsRestartArea) 158this.record = new FileLogRecord(this.stream);