3 writes to _inputLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
317
_inputLength
= chunkSize;
336
_inputLength
= chunkSize;
419
_inputLength
-= actual;
3 references to _inputLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
394
_mode =
_inputLength
> 0 ? Mode.Data : Mode.Trailer;
413
var actual = Math.Min(buffer.Length,
_inputLength
);
422
if (
_inputLength
== 0)