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