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)
28return _collection.Get<IHttpRequestFeature>(); 35return _collection.Get<IHttpResponseFeature>(); 42return _collection.Get<IHttpResponseBodyFeature>(); 49return _collection.Get<IRouteValuesFeature>(); 56return _collection.Get<IEndpointFeature>(); 63return _collection.Get<IServiceProvidersFeature>(); 70return _collection.Get<IItemsFeature>(); 77return _collection.Get<IQueryFeature>(); 84return _collection.Get<IRequestBodyPipeFeature>(); 91return _collection.Get<IFormFeature>(); 98return _collection.Get<IHttpAuthenticationFeature>(); 105return _collection.Get<IHttpRequestIdentifierFeature>(); 112return _collection.Get<IHttpConnectionFeature>(); 119return _collection.Get<ISessionFeature>(); 126return _collection.Get<IResponseCookiesFeature>(); 133return _collection.Get<IHttpRequestTrailersFeature>(); 140return _collection.Get<IHttpResponseTrailersFeature>(); 147return _collection.Get<ITlsConnectionFeature>(); 154return _collection.Get<IHttpUpgradeFeature>(); 161return _collection.Get<IHttpWebSocketFeature>(); 168return _collection.Get<IHttp2StreamIdFeature>(); 175return _collection.Get<IHttpRequestLifetimeFeature>(); 182return _collection.Get<IHttpMaxRequestBodySizeFeature>(); 189return _collection.Get<IHttpMinRequestBodyDataRateFeature>(); 196return _collection.Get<IHttpMinResponseDataRateFeature>(); 203return _collection.Get<IHttpBodyControlFeature>(); 210return _collection.Get<IHttpRequestBodyDetectionFeature>(); 217return _collection.Get<IHttpResetFeature>(); 224return _collection.Get<IHttpNotFoundFeature>();