3 references to Create
Microsoft.AspNetCore.Mvc.Core (1)
Routing\DynamicControllerEndpointSelector.cs (1)
34
return ActionSelectionTable<Endpoint>.
Create
(endpoints);
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ActionSelectionTableTest.cs (1)
563
return ActionSelectionTable<ActionDescriptor>.
Create
(endpoints);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DynamicPageEndpointSelector.cs (1)
36
return ActionSelectionTable<Endpoint>.
Create
(endpoints);