5 references to ThrowIfNotOpenableAsync
System.IO.Compression (5)
System\IO\Compression\ZipArchive.Async.cs (1)
115
await entry.
ThrowIfNotOpenableAsync
(needToUncompress: false, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipArchiveEntry.Async.cs (4)
271
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: false, cancellationToken).ConfigureAwait(false);
317
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);
572
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);
589
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);