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