2 references to OpenAsync
System.IO.Compression.ZipFile (2)
System\IO\Compression\ZipFileExtensions.ZipArchive.Create.Async.cs (1)
92Stream es = await entry.OpenAsync(cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.Async.cs (1)
77Stream es = await source.OpenAsync(cancellationToken).ConfigureAwait(false);