3 writes to _inputLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
319_inputLength = chunkSize; 338_inputLength = chunkSize; 439_inputLength -= actual;
3 references to _inputLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
406_mode = _inputLength > 0 ? Mode.Data : Mode.Trailer; 433var actual = Math.Min(buffer.Length, _inputLength); 442if (_inputLength == 0)