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