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)
257
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: false, cancellationToken).ConfigureAwait(false);
303
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);
542
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);
559
await
ThrowIfNotOpenableAsync
(needToUncompress: true, needToLoadIntoMemory: true, cancellationToken).ConfigureAwait(false);