1 instantiation of EndpointRoutingUrlHelper
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperFactory.cs (1)
50urlHelper = new EndpointRoutingUrlHelper(
2 references to EndpointRoutingUrlHelper
Microsoft.AspNetCore.Mvc.Core (2)
Routing\EndpointRoutingUrlHelper.cs (2)
91private sealed class EndpointRoutingUrlHelperDebugView(EndpointRoutingUrlHelper helper) 93private readonly EndpointRoutingUrlHelper _helper = helper;