2 references to RouteContext
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionConstraintMatcherPolicy.cs (1)
231
constraintContext.RouteContext = new
RouteContext
(httpContext)
Microsoft.AspNetCore.Routing (1)
RouterMiddleware.cs (1)
43
var context = new
RouteContext
(httpContext);