3 references to ThrowIfNotOpenableAsync
System.IO.Compression (3)
System\IO\Compression\ZipArchive.Async.cs (1)
109
await entry.
ThrowIfNotOpenableAsync
(needToUncompress: false, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
200
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: false, cancellationToken).ConfigureAwait(false);
212
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);