2 references to MethodEnd
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
429_methodText = startLine[..versionAndMethod.MethodEnd].GetAsciiString();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
1059var customMethod = startLine[..versionAndMethod.MethodEnd];