1 write to stream
System.IO.Log (1)
System\IO\Log\FileLogRecord.cs (1)
13this.stream = stream;
7 references to stream
System.IO.Log (7)
System\IO\Log\FileLogRecord.cs (7)
18get { return this.stream; } 25if (this.stream.Header.IsRestartArea) 31return this.stream.Header.PreviousLsn; 38get { return this.stream.RecordSequenceNumber; } 45if (this.stream.Header.IsRestartArea) 51return this.stream.Header.NextUndoLsn; 58this.stream.Close();