3 references to IHttpRequestLifetimeFeatureType
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
116
if (key ==
IHttpRequestLifetimeFeatureType
)
242
if (key ==
IHttpRequestLifetimeFeatureType
)
381
yield return new KeyValuePair<Type, object>(
IHttpRequestLifetimeFeatureType
, _currentIHttpRequestLifetimeFeature);