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); 172await _next(httpContext); 204await _next(httpContext);