3 references to ByteCR
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (3)
369
extensionCursorPosition = buffer.PositionOf(
ByteCR
);
373
extensionCursorPosition = buffer.PositionOfAny(
ByteCR
, ByteLF);
403
: (suffixSpan[0] ==
ByteCR
&& suffixSpan[1] == ByteLF))