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)
126return _currentIHttpAuthenticationFeature; 387if (_currentIHttpAuthenticationFeature != null) 389yield return new KeyValuePair<Type, object>(IHttpAuthenticationFeatureType, _currentIHttpAuthenticationFeature);