4 references to TrackConsumedAndExaminedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (1)
37TrackConsumedAndExaminedBytes(_readResult, consumed, examined);
Internal\Http\Http1ContentLengthMessageBody.cs (1)
240_unexaminedInputLength -= TrackConsumedAndExaminedBytes(_readResult, consumed, examined);
Internal\Http2\Http2MessageBody.cs (1)
60var newlyExaminedBytes = TrackConsumedAndExaminedBytes(_readResult, consumed, examined);
Internal\Http3\Http3MessageBody.cs (1)
44var newlyExaminedBytes = TrackConsumedAndExaminedBytes(_readResult, consumed, examined);