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