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