3 instantiations of WrappedStream
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
289
return new
WrappedStream
(_storedUncompressedData, this,
System\IO\Compression\ZipArchiveEntry.cs (2)
880
return new
WrappedStream
(baseStream: _outstandingWriteStream, closeBaseStream: true);
909
return new
WrappedStream
(_storedUncompressedData, this,
4 references to WrappedStream
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
262
private async Task<
WrappedStream
> OpenInUpdateModeAsync(bool loadExistingContent = true, CancellationToken cancellationToken = default)
System\IO\Compression\ZipArchiveEntry.cs (3)
856
private
WrappedStream
OpenInWriteMode()
867
private
WrappedStream
OpenInWriteModeCore()
883
private
WrappedStream
OpenInUpdateMode(bool loadExistingContent = true)