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