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