1 write to Conventions
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointDataSourceBase.cs (1)
37Conventions = new List<Action<EndpointBuilder>>();
3 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);