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