13 writes to Prefix
Microsoft.AspNetCore.Mvc.Core.Test (5)
ApplicationModels\EndpointMetadataProviderTest.cs (4)
104Prefix = RoutePatternFactory.Parse("/"), 147Prefix = RoutePatternFactory.Parse("/"), 168Prefix = RoutePatternFactory.Parse("/"), 189Prefix = RoutePatternFactory.Parse("/"),
Routing\ControllerActionEndpointDataSourceTest.cs (1)
429Prefix = groupPattern,
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionEndpointDataSourceTest.cs (1)
147Prefix = groupPattern,
Microsoft.AspNetCore.Routing (1)
RouteGroupBuilder.cs (1)
100Prefix = fullPrefix,
Microsoft.AspNetCore.Routing.Tests (6)
CompositeEndpointDataSourceTest.cs (6)
50Prefix = prefix, 71Prefix = RoutePatternFactory.Parse(""), 299Prefix = prefix, 345Prefix = prefix, 400Prefix = prefix, 463Prefix = prefix,
6 references to Prefix
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointDataSourceBase.cs (1)
55context.Prefix,
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"/>. 54var fullRoutePattern = RoutePatternFactory.Combine(context.Prefix, routeEndpoint.RoutePattern);
RouteEndpointDataSource.cs (1)
110endpoints[i] = (RouteEndpoint)CreateRouteEndpointBuilder(_routeEntries[i], context.Prefix, context.Conventions, context.FinallyConventions).Build();
RouteGroupBuilder.cs (1)
55GetGroupedEndpointsWithNullablePrefix(context.Prefix, context.Conventions, context.FinallyConventions, context.ApplicationServices);