1 write to _next
Microsoft.AspNetCore.Diagnostics (1)
StatusCodePage\StatusCodePagesMiddleware.cs (1)
26_next = next;
2 references to _next
Microsoft.AspNetCore.Diagnostics (2)
StatusCodePage\StatusCodePagesMiddleware.cs (2)
51await _next(context); 76var statusCodeContext = new StatusCodeContext(context, _options, _next);