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