2 writes to _currentIHttpAuthenticationFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
78
_currentIHttpAuthenticationFeature
= this;
261
_currentIHttpAuthenticationFeature
= feature;
3 references to _currentIHttpAuthenticationFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
129
return
_currentIHttpAuthenticationFeature
;
399
if (
_currentIHttpAuthenticationFeature
!= null)
401
yield return new KeyValuePair<Type, object>(IHttpAuthenticationFeatureType,
_currentIHttpAuthenticationFeature
);