8 references to Stream
System.IO.Log (8)
System\IO\Log\FileLogRecordStream.cs (8)
104int bytesRead = this.Stream.Read(buffer, offset, count); 115return this.Stream.Read(buffer, offset + bytesRead, count - bytesRead) + bytesRead; 145long position = this.Stream.Position; 154this.Stream.Position = position; 184this.Stream.Flush(); 205return this.Stream.Position; 210this.Stream.Position = value; 224return this.Stream.Seek(offset, origin);