1 write to _collection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
HttpProtocolFeatureCollection.cs (1)
249
_collection
= http1Connection;
29 references to _collection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (29)
HttpProtocolFeatureCollection.cs (29)
28
return
_collection
.Get<IHttpRequestFeature>();
35
return
_collection
.Get<IHttpResponseFeature>();
42
return
_collection
.Get<IHttpResponseBodyFeature>();
49
return
_collection
.Get<IRouteValuesFeature>();
56
return
_collection
.Get<IEndpointFeature>();
63
return
_collection
.Get<IServiceProvidersFeature>();
70
return
_collection
.Get<IItemsFeature>();
77
return
_collection
.Get<IQueryFeature>();
84
return
_collection
.Get<IRequestBodyPipeFeature>();
91
return
_collection
.Get<IFormFeature>();
98
return
_collection
.Get<IHttpAuthenticationFeature>();
105
return
_collection
.Get<IHttpRequestIdentifierFeature>();
112
return
_collection
.Get<IHttpConnectionFeature>();
119
return
_collection
.Get<ISessionFeature>();
126
return
_collection
.Get<IResponseCookiesFeature>();
133
return
_collection
.Get<IHttpRequestTrailersFeature>();
140
return
_collection
.Get<IHttpResponseTrailersFeature>();
147
return
_collection
.Get<ITlsConnectionFeature>();
154
return
_collection
.Get<IHttpUpgradeFeature>();
161
return
_collection
.Get<IHttpWebSocketFeature>();
168
return
_collection
.Get<IHttp2StreamIdFeature>();
175
return
_collection
.Get<IHttpRequestLifetimeFeature>();
182
return
_collection
.Get<IHttpMaxRequestBodySizeFeature>();
189
return
_collection
.Get<IHttpMinRequestBodyDataRateFeature>();
196
return
_collection
.Get<IHttpMinResponseDataRateFeature>();
203
return
_collection
.Get<IHttpBodyControlFeature>();
210
return
_collection
.Get<IHttpRequestBodyDetectionFeature>();
217
return
_collection
.Get<IHttpResetFeature>();
224
return
_collection
.Get<IHttpNotFoundFeature>();