4 references to CreateEndpoint
Microsoft.AspNetCore.Mvc.Test (4)
Routing\ActionConstraintMatcherPolicyTest.cs (4)
357
var endpoints = actions.Select(
CreateEndpoint
).ToArray();
396
var endpoints = actions.Select(
CreateEndpoint
).ToArray();
425
var endpoints = actions.Select(
CreateEndpoint
).ToArray();
494
actions.Select(
CreateEndpoint
).ToArray(),