1 write to _baseStream
System.IO.Compression (1)
System\IO\Compression\ZipCustomStreams.cs (1)
435
_baseStream
= baseStream;
7 references to _baseStream
System.IO.Compression (7)
System\IO\Compression\ZipCustomStreams.cs (7)
532
_baseStream
.Write(buffer, offset, count);
552
_baseStream
.Write(source);
584
await
_baseStream
.WriteAsync(buffer, cancellationToken).ConfigureAwait(false);
596
_baseStream
.Flush();
602
return
_baseStream
.FlushAsync(cancellationToken);
613
_baseStream
.Dispose(); // Close my super-stream (flushes the last data)
628
await
_baseStream
.DisposeAsync().ConfigureAwait(false); // Close my super-stream (flushes the last data)