2 writes to _currentIHttpRequestLifetimeFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
75
_currentIHttpRequestLifetimeFeature
= this;
251
_currentIHttpRequestLifetimeFeature
= feature;
3 references to _currentIHttpRequestLifetimeFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
121
return
_currentIHttpRequestLifetimeFeature
;
391
if (
_currentIHttpRequestLifetimeFeature
!= null)
393
yield return new KeyValuePair<Type, object>(IHttpRequestLifetimeFeatureType,
_currentIHttpRequestLifetimeFeature
);