1 write to _next
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
67
_next
= next;
3 references to _next
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheMiddleware.cs (3)
86
return
_next
(httpContext);
165
await
_next
(httpContext);
197
await
_next
(httpContext);