1 write to _baseStream
System.Speech (1)
Internal\SeekableReadStream.cs (1)
25
_baseStream
= baseStream;
7 references to _baseStream
System.Speech (7)
Internal\SeekableReadStream.cs (7)
64
get { return
_baseStream
.Length; }
74
return
_baseStream
.Position;
86
_baseStream
.Position = value;
115
Helpers.BlockingRead(
_baseStream
, readBuffer, 0, (int)bytesToReadLong);
141
return
_baseStream
.Read(buffer, offset, count);
168
int localBytesRead =
_baseStream
.Read(buffer, offset, count);
228
_baseStream
.Flush();