1 instantiation of HttpRequestLifetimeFeature
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
31
private static readonly Func<IFeatureCollection, IHttpRequestLifetimeFeature> _newHttpRequestLifetimeFeature = f => new
HttpRequestLifetimeFeature
();