Base:
2 references to WriteAsync
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (1)
1426
await _crcSizeStream.
WriteAsync
(buffer, cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipCustomStreams.cs (1)
550
return
WriteAsync
(new ReadOnlyMemory<byte>(buffer, offset, count), cancellationToken).AsTask();