3 references to GetEndpoint
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationModels\EndpointMetadataProviderTest.cs (3)
35
var endpoint =
GetEndpoint
(controllerType, actionName);
57
var endpoint =
GetEndpoint
(typeof(TestController), nameof(TestController.ActionWithParameterMetadata));
79
var endpoint =
GetEndpoint
(typeof(TestController), nameof(TestController.ActionWithParameterMetadata));