1 write to _stream
System.Speech (1)
Internal\SapiInterop\SpStreamWrapper.cs (1)
17
_stream
= stream;
8 references to _stream
System.Speech (8)
Internal\SapiInterop\SpStreamWrapper.cs (8)
23
_stream
.Dispose();
35
if (_endOfStreamPosition >= 0 &&
_stream
.Position + cb > _endOfStreamPosition)
37
cb = (int)(_endOfStreamPosition -
_stream
.Position);
43
read =
_stream
.Read(pv, 0, cb);
63
_stream
.Seek(offset, (SeekOrigin)seekOrigin);
67
Marshal.WriteIntPtr(plibNewPosition, new IntPtr(
_stream
.Position));
80
_stream
.Flush();
98
cbSize =
_stream
.Length