2 instantiations of Adapter
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http1ConnectionBenchmark.cs (2)
81
if (!_parser.ParseRequestLine(new
Adapter
(this), ref reader))
86
if (!_parser.ParseHeaders(new
Adapter
(this), ref reader))
2 references to Adapter
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http1ConnectionBenchmark.cs (2)
21
private readonly HttpParser<
Adapter
> _parser = new HttpParser<
Adapter
>();