1 write to _next
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\UsePathBaseMiddleware.cs (1)
30_next = next;
2 references to _next
Microsoft.AspNetCore.Http.Abstractions (2)
Extensions\UsePathBaseMiddleware.cs (2)
47return _next(context); 59await _next(context);