7 references to NonDuplicatedAttributeRouteController
Microsoft.AspNetCore.Mvc.Core.Test (7)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (7)
307
typeof(
NonDuplicatedAttributeRouteController
).GetTypeInfo());
312
.Where(d => d.ActionName == nameof(
NonDuplicatedAttributeRouteController
.DifferentHttpMethods));
608
var provider = GetProvider(typeof(
NonDuplicatedAttributeRouteController
).GetTypeInfo());
609
var firstActionName = nameof(
NonDuplicatedAttributeRouteController
.ControllerAndAction);
610
var secondActionName = nameof(
NonDuplicatedAttributeRouteController
.OverrideOnAction);
632
var provider = GetProvider(typeof(
NonDuplicatedAttributeRouteController
).GetTypeInfo());
633
var actionName = nameof(
NonDuplicatedAttributeRouteController
.DifferentHttpMethods);