9 instantiations of Http1ParsingHandler
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\Http1Connection.cs (8)
199return _parser.ParseRequestLine(new Http1ParsingHandler(this), ref reader);
206if (!_parser.ParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader))
230var result = _parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref reader);
249if (!_parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader))
329return _parser.TryParseRequestLine(new Http1ParsingHandler(this), ref reader);
336var result = _parser.TryParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader);
359var result = _parser.TryParseHeaders(new Http1ParsingHandler(this, trailers), ref reader);
374var result = _parser.TryParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
26 references to Http1ParsingHandler
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (6)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (13)
Sockets.BindTests (1)
Sockets.FunctionalTests (1)