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