1 write to _baseStream
System.IO.Compression (1)
System\IO\Compression\ZipCustomStreams.cs (1)
466
_baseStream
= baseStream;
7 references to _baseStream
System.IO.Compression (7)
System\IO\Compression\ZipCustomStreams.cs (7)
563
_baseStream
.Write(buffer, offset, count);
583
_baseStream
.Write(source);
615
await
_baseStream
.WriteAsync(buffer, cancellationToken).ConfigureAwait(false);
627
_baseStream
.Flush();
633
return
_baseStream
.FlushAsync(cancellationToken);
644
_baseStream
.Dispose(); // Close my super-stream (flushes the last data)
659
await
_baseStream
.DisposeAsync().ConfigureAwait(false); // Close my super-stream (flushes the last data)