3 instantiations of WrappedStream
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
283
return new
WrappedStream
(_storedUncompressedData, this,
System\IO\Compression\ZipArchiveEntry.cs (2)
871
return new
WrappedStream
(baseStream: _outstandingWriteStream, closeBaseStream: true);
900
return new
WrappedStream
(_storedUncompressedData, this,
4 references to WrappedStream
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
256
private async Task<
WrappedStream
> OpenInUpdateModeAsync(bool loadExistingContent = true, CancellationToken cancellationToken = default)
System\IO\Compression\ZipArchiveEntry.cs (3)
847
private
WrappedStream
OpenInWriteMode()
858
private
WrappedStream
OpenInWriteModeCore()
874
private
WrappedStream
OpenInUpdateMode(bool loadExistingContent = true)