Implemented interface member:
method
ParseRequestLine
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.IHttpParser<TRequestHandler>.ParseRequestLine(TRequestHandler, ref System.Buffers.SequenceReader<System.Byte>)
2 references to ParseRequestLine
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http1ConnectionBenchmark.cs (1)
81
if (!_parser.
ParseRequestLine
(new Adapter(this), ref reader))
HttpParserBenchmark.cs (1)
90
if (!_parser.
ParseRequestLine
(new Adapter(this), ref reader))