3 references to Inflate
System.Net.WebSockets (3)
System\Net\WebSockets\Compression\WebSocketInflater.cs (3)
139written = Inflate(_stream, output, FlushCode.NoFlush); 183written += Inflate(_stream, output[written..], FlushCode.SyncFlush); 218if (Inflate(stream, new Span<byte>(ref b), FlushCode.SyncFlush) == 0)