Base:
2 references to FlushAsync
System.IO.Compression (2)
System\IO\Compression\GZipStream.cs (1)
246
return _deflateStream.
FlushAsync
(cancellationToken);
System\IO\Compression\ZLibStream.cs (1)
92
return _deflateStream.
FlushAsync
(cancellationToken);