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