13 writes to Conventions
Microsoft.AspNetCore.Mvc.Core.Test (5)
ApplicationModels\EndpointMetadataProviderTest.cs (4)
105
Conventions
= new Action<EndpointBuilder>[]
148
Conventions
= new Action<EndpointBuilder>[]
169
Conventions
= new Action<EndpointBuilder>[]
190
Conventions
= new Action<EndpointBuilder>[]
Routing\ControllerActionEndpointDataSourceTest.cs (1)
430
Conventions
= groupConventions,
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionEndpointDataSourceTest.cs (1)
148
Conventions
= groupConventions,
Microsoft.AspNetCore.Routing (1)
RouteGroupBuilder.cs (1)
101
Conventions
= combinedConventions,
Microsoft.AspNetCore.Routing.Tests (6)
CompositeEndpointDataSourceTest.cs (6)
51
Conventions
= conventions,
72
Conventions
= Array.Empty<Action<EndpointBuilder>>(),
300
Conventions
= conventions,
346
Conventions
= conventions,
401
Conventions
= conventions,
464
Conventions
= conventions,
6 references to Conventions
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointDataSourceBase.cs (1)
58
context.
Conventions
,
Microsoft.AspNetCore.Routing (5)
EndpointDataSource.cs (3)
29
/// Get the <see cref="Endpoint"/> instances for this <see cref="EndpointDataSource"/> given the specified <see cref="RouteGroupContext.Prefix"/> and <see cref="RouteGroupContext.
Conventions
"/>.
33
/// Returns a read-only collection of <see cref="Endpoint"/> instances given the specified group <see cref="RouteGroupContext.Prefix"/> and <see cref="RouteGroupContext.
Conventions
"/>.
62
foreach (var convention in context.
Conventions
)
RouteEndpointDataSource.cs (1)
111
endpoints[i] = (RouteEndpoint)CreateRouteEndpointBuilder(_routeEntries[i], context.Prefix, context.
Conventions
, context.FinallyConventions).Build();
RouteGroupBuilder.cs (1)
55
GetGroupedEndpointsWithNullablePrefix(context.Prefix, context.
Conventions
, context.FinallyConventions, context.ApplicationServices);