3 instantiations of TestHttp1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http1LargeWritingBenchmark.cs (1)
84var http1Connection = new TestHttp1Connection(connectionContext);
Http1ReadingBenchmark.cs (1)
113var http1Connection = new TestHttp1Connection(connectionContext);
Http1WritingBenchmark.cs (1)
118var http1Connection = new TestHttp1Connection(connectionContext);
9 references to TestHttp1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (9)
Http1LargeWritingBenchmark.cs (3)
20private TestHttp1Connection _http1Connection; 65private TestHttp1Connection MakeHttp1Connection() 84var http1Connection = new TestHttp1Connection(connectionContext);
Http1ReadingBenchmark.cs (3)
29private TestHttp1Connection _http1Connection; 94private TestHttp1Connection MakeHttp1Connection() 113var http1Connection = new TestHttp1Connection(connectionContext);
Http1WritingBenchmark.cs (3)
28private TestHttp1Connection _http1Connection; 99private TestHttp1Connection MakeHttp1Connection() 118var http1Connection = new TestHttp1Connection(connectionContext);