1 write to _next
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
72
_next
= next;
2 references to _next
Microsoft.AspNetCore.ResponseCaching (2)
ResponseCachingMiddleware.cs (2)
106
await
_next
(httpContext);
128
await
_next
(httpContext);