2 instantiations of HttpAuthenticationFeature
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
30private static readonly Func<IFeatureCollection, IHttpAuthenticationFeature> _newHttpAuthenticationFeature = f => new HttpAuthenticationFeature();
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
94() => new HttpAuthenticationFeature())