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