9 references to HttpResponseFeature
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
837features.Set<IHttpResponseFeature>(new HttpResponseFeature());
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
55Features.Set<IHttpResponseFeature>(new HttpResponseFeature());
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
746var responseFeature = new HttpResponseFeature();
Microsoft.AspNetCore.Http.Tests (3)
DefaultHttpContextTests.cs (2)
154features.Set<IHttpResponseFeature>(new HttpResponseFeature()); 174newFeatures.Set<IHttpResponseFeature>(new HttpResponseFeature());
ResponseCookiesTest.cs (1)
15var responseFeature = new HttpResponseFeature()
Microsoft.AspNetCore.RequestDecompression.Microbenchmarks (1)
RequestDecompressionMiddlewareBenchmark.cs (1)
57features.Set<IHttpResponseFeature>(new HttpResponseFeature());
Microsoft.AspNetCore.ResponseCaching.Microbenchmarks (1)
ResponseCachingBenchmark.cs (1)
88features.Set<IHttpResponseFeature>(new HttpResponseFeature());
Microsoft.AspNetCore.TestHost (1)
HttpContextBuilder.cs (1)
239var clientResponseFeature = new HttpResponseFeature()