2 writes to _remainingByte
System.Net.WebSockets (2)
System\Net\WebSockets\Compression\WebSocketInflater.cs (2)
176_remainingByte = null; 188if (written < output.Length || IsFinished(_stream, out _remainingByte))
2 references to _remainingByte
System.Net.WebSockets (2)
System\Net\WebSockets\Compression\WebSocketInflater.cs (2)
169if (_remainingByte is not null) 175output[written] = _remainingByte.GetValueOrDefault();