2 writes to _stream
WindowsBase (2)
Base\MS\Internal\IO\Packaging\IgnoreFlushAndCloseStream.cs (2)
40
_stream
= stream;
202
_stream
= null;
10 references to _stream
WindowsBase (10)
Base\MS\Internal\IO\Packaging\IgnoreFlushAndCloseStream.cs (10)
58
return
_stream
.CanRead;
73
return
_stream
.CanSeek;
88
return
_stream
.CanWrite;
101
return
_stream
.Length;
114
return
_stream
.Position;
119
_stream
.Position = value;
136
return
_stream
.Seek(offset, origin);
146
_stream
.SetLength(newLength);
163
return
_stream
.Read(buffer, offset, count);
175
_stream
.Write(buf, offset, count);