4 references to AddResponseCachingFeature
Microsoft.AspNetCore.ResponseCaching (2)
ResponseCachingMiddleware.cs (2)
124AddResponseCachingFeature(httpContext); 413AddResponseCachingFeature(context.HttpContext);
Microsoft.AspNetCore.ResponseCaching.Tests (2)
ResponseCachingMiddlewareTests.cs (2)
882ResponseCachingMiddleware.AddResponseCachingFeature(httpContext); 885Assert.ThrowsAny<InvalidOperationException>(() => ResponseCachingMiddleware.AddResponseCachingFeature(httpContext));