2 references to ByteCR
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (2)
364
SequencePosition? extensionCursorPosition = buffer.PositionOfAny(
ByteCR
, ByteLF);
391
if (suffixSpan[0] ==
ByteCR
&& suffixSpan[1] == ByteLF)