1 reference to OpenAsync
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFile.Create.Async.cs (1)
35public static Task<ZipArchive> OpenReadAsync(string archiveFileName, CancellationToken cancellationToken = default) => OpenAsync(archiveFileName, ZipArchiveMode.Read, cancellationToken);