2 references to Create
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelector.cs (1)
57
cache = ActionSelectionTable<ActionDescriptor>.
Create
(actions);
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ActionSelectionTableTest.cs (1)
548
return ActionSelectionTable<ActionDescriptor>.
Create
(new ActionDescriptorCollection(actions, 0));