3 writes to _inputLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
345_inputLength = chunkSize; 381_inputLength = chunkSize; 435_inputLength -= actual;
3 references to _inputLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
409_mode = _inputLength > 0 ? Mode.Data : Mode.Trailer; 429var actual = Math.Min(buffer.Length, _inputLength); 438if (_inputLength == 0)