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