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