1 write to _next
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
73
_next
= next;
3 references to _next
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheMiddleware.cs (3)
93
return
_next
(httpContext);
172
await
_next
(httpContext);
204
await
_next
(httpContext);