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)
93return _next(httpContext); 174await _next(httpContext); 205await _next(httpContext);