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;
429
var actual = Math.Min(buffer.Length,
_inputLength
);
438
if (
_inputLength
== 0)