3 references to GetNext
Microsoft.AspNetCore.Mvc.Core (2)
Routing\ControllerActionEndpointDataSource.cs (2)
60_routes.Add(new ConventionalRouteEntry(routeName, pattern, defaults, constraints, dataTokens, _orderSequence.GetNext(), conventions, finallyConventions)); 139order ??= _orderSequence.GetNext();
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionEndpointDataSource.cs (1)
79order ??= _orderSequence.GetNext();