2 references to IsOpenableAsync
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
184(bool result, _) = await IsOpenableAsync(needToUncompress, needToLoadIntoMemory, cancellationToken).ConfigureAwait(false); 191(bool openable, string? message) = await IsOpenableAsync(needToUncompress, needToLoadIntoMemory, cancellationToken).ConfigureAwait(false);