2 writes to _currentIHttpAuthenticationFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
76
_currentIHttpAuthenticationFeature
= this;
254
_currentIHttpAuthenticationFeature
= feature;
3 references to _currentIHttpAuthenticationFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
126
return
_currentIHttpAuthenticationFeature
;
387
if (
_currentIHttpAuthenticationFeature
!= null)
389
yield return new KeyValuePair<Type, object>(IHttpAuthenticationFeatureType,
_currentIHttpAuthenticationFeature
);