1 write to Conventions
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointDataSourceBase.cs (1)
37Conventions = new List<Action<EndpointBuilder>>();
4 references to Conventions
Microsoft.AspNetCore.Mvc.Core (3)
Routing\ActionEndpointDataSourceBase.cs (2)
57Conventions, 123conventions: Conventions,
Routing\ControllerActionEndpointDataSource.cs (1)
34DefaultBuilder = new ControllerActionEndpointConventionBuilder(Lock, Conventions, FinallyConventions);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionEndpointDataSource.cs (1)
29DefaultBuilder = new PageActionEndpointConventionBuilder(Lock, Conventions, FinallyConventions);