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