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