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