3 instantiations of WrappedStream
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
220
return new
WrappedStream
(uncompressedData, this, thisRef =>
System\IO\Compression\ZipArchiveEntry.cs (2)
800
return new
WrappedStream
(baseStream: _outstandingWriteStream, closeBaseStream: true);
816
return new
WrappedStream
(uncompressedData, this, thisRef =>
3 references to WrappedStream
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
206
private async Task<
WrappedStream
> OpenInUpdateModeAsync(CancellationToken cancellationToken)
System\IO\Compression\ZipArchiveEntry.cs (2)
781
private
WrappedStream
OpenInWriteMode()
803
private
WrappedStream
OpenInUpdateMode()