4 instantiations of WrappedStream
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
326
return new
WrappedStream
(_storedUncompressedData, this,
631
return new
WrappedStream
(_storedUncompressedData, this,
System\IO\Compression\ZipArchiveEntry.cs (2)
1251
return new
WrappedStream
(baseStream: _outstandingWriteStream, closeBaseStream: true);
1300
return new
WrappedStream
(_storedUncompressedData, this,
5 references to WrappedStream
System.IO.Compression (5)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
293
private async Task<
WrappedStream
> OpenInUpdateModeAsync(bool loadExistingContent, CancellationToken cancellationToken)
559
private static async Task<Stream> CastToStreamAsync(Task<
WrappedStream
> task) => await task.ConfigureAwait(false);
System\IO\Compression\ZipArchiveEntry.cs (3)
1180
private
WrappedStream
OpenInWriteMode()
1193
private
WrappedStream
OpenInWriteModeCore()
1254
private
WrappedStream
OpenInUpdateMode(bool loadExistingContent = true, ReadOnlySpan<char> password = default)