1 instantiation of EndpointRoutingUrlHelper
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperFactory.cs (1)
50
urlHelper = new
EndpointRoutingUrlHelper
(
3 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;
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\EndpointRoutingUrlHelperTest.cs (1)
145
Assert.IsType<
EndpointRoutingUrlHelper
>(urlHelper);