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