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