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