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