10 references to ByteCR
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpParser.cs (10)
103array[^2] = ByteCR; 136index = memory.Span.IndexOfAny(ByteCR, ByteLF); 160if (memory.Span[index] == ByteCR) 176if (memory.Span[index] == ByteCR) 214if (headerSpan[^2] == ByteCR) 491if ((uint)offset + 9 != (uint)requestLine.Length || requestLine[offset + 8] != ByteCR) 510var versionLength = remaining.Length > 0 && remaining[^1] == ByteCR ? remaining.Length - 1 : remaining.Length; 570if (span.Length >= 2 && span[0] == ByteCR && span[1] == ByteLF) 580var lfOrCrIndex = span.IndexOfAny(ByteCR, ByteLF); 585if (span[lfOrCrIndex] == ByteCR)