1 write to Conventions
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ConventionalRouteEntry.cs (1)
33Conventions = conventions;
3 references to Conventions
Microsoft.AspNetCore.Mvc.Core (3)
Routing\ActionEndpointFactory.cs (3)
120perRouteConventions: route.Conventions, 253for (var i = 0; i < route.Conventions.Count; i++) 255route.Conventions[i](builder);