3 instantiations of HttpRequestLifetimeFeature
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
31
private static readonly Func<IFeatureCollection, IHttpRequestLifetimeFeature> _newHttpRequestLifetimeFeature = f => new
HttpRequestLifetimeFeature
();
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (1)
1225
httpContext.Features.Set<IHttpRequestLifetimeFeature>(new
HttpRequestLifetimeFeature
());
RequestDelegateGenerator\RequestDelegateCreationTests.SpecialTypes.cs (1)
58
httpContext.Features.Set<IHttpRequestLifetimeFeature>(new
HttpRequestLifetimeFeature
());