3 references to ConventionalRouteEntry
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ControllerActionEndpointDataSource.cs (1)
60_routes.Add(new ConventionalRouteEntry(routeName, pattern, defaults, constraints, dataTokens, _orderSequence.GetNext(), conventions, finallyConventions));
Microsoft.AspNetCore.Mvc.Core.Test (2)
Routing\ActionEndpointFactoryTest.cs (2)
394return CreateConventionalRoutedEndpoint(action, new ConventionalRouteEntry(routeName: null, template, null, null, null, order: 0, new List<Action<EndpointBuilder>>(), new List<Action<EndpointBuilder>>())); 453return new ConventionalRouteEntry(routeName, pattern, defaults, constraints, dataTokens, order, conventions, finallyConventions);