3 references to CreateConventionalRoutedEndpoints
Microsoft.AspNetCore.Mvc.Core.Test (3)
Routing\ActionEndpointFactoryTest.cs (3)
339
var endpoints =
CreateConventionalRoutedEndpoints
(action, routes);
370
var endpoints =
CreateConventionalRoutedEndpoints
(action, Array.Empty<ConventionalRouteEntry>(), createInertEndpoints: true);
422
return
CreateConventionalRoutedEndpoints
(action, new[] { route, });