2 references to WriteAsyncCore
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
1017
return
WriteAsyncCore
(buffer.AsMemory(offset, count), cancellationToken).AsTask();
1024
return
WriteAsyncCore
(buffer, cancellationToken);