3 writes to stream
System.IO.Log (3)
System\IO\Log\FileLogRecordStream.cs (3)
37
this.
stream
= null;
63
this.
stream
= new MemoryStream(
148
this.
stream
= new MemoryStream(
10 references to stream
System.IO.Log (10)
System\IO\Log\FileLogRecordStream.cs (10)
98
get { return this.
stream
; }
128
if (!this.
stream
.CanRead)
161
get { return this.
stream
.CanRead; }
166
get { return this.
stream
.CanSeek; }
171
get { return this.
stream
.CanWrite; }
178
this.
stream
.Close();
191
if (!this.
stream
.CanRead)
229
this.
stream
.SetLength(value);
234
if (!this.
stream
.CanRead)
246
if (!this.
stream
.CanRead)