3 writes to _inputLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
316_inputLength = chunkSize; 335_inputLength = chunkSize; 408_inputLength -= actual;
3 references to _inputLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
384_mode = _inputLength > 0 ? Mode.Data : Mode.Trailer; 402var actual = Math.Min(buffer.Length, _inputLength); 411if (_inputLength == 0)