2 writes to _baseStream
WindowsBase (2)
Base\MS\Internal\IO\Zip\WriteTimeStream.cs (2)
122
_baseStream
= baseStream;
145
_baseStream
= null;
7 references to _baseStream
WindowsBase (7)
Base\MS\Internal\IO\Zip\WriteTimeStream.cs (7)
44
override public bool CanWrite { get { return (
_baseStream
!= null); } }
100
_baseStream
.Write(buffer, offset, count);
107
_baseStream
.Flush();
125
if (!
_baseStream
.CanWrite)
138
if (disposing && (
_baseStream
!= null))
140
_baseStream
.Close();
163
if (
_baseStream
== null)