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