2 instantiations of RouteAndConstraintAttribute
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\DefaultApplicationModelProviderTest.cs (2)
1903[RouteAndConstraint("R1")] 1904[RouteAndConstraint("R2")]
3 references to RouteAndConstraintAttribute
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationModels\DefaultApplicationModelProviderTest.cs (3)
1184Assert.Equal(2, actionModel.Attributes.OfType<RouteAndConstraintAttribute>().Count()); 1192Assert.Single(selectorModel.ActionConstraints.OfType<RouteAndConstraintAttribute>()); 1199Assert.Single(selectorModel.ActionConstraints.OfType<RouteAndConstraintAttribute>());