1 instantiation of TreeRouteBuilder
Microsoft.AspNetCore.Routing (1)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
64
return new
TreeRouteBuilder
(loggerFactory, objectPool, constraintResolver);
8 references to TreeRouteBuilder
Microsoft.AspNetCore.Mvc.Core (3)
Routing\AttributeRoute.cs (3)
59
var
builder = _services.GetRequiredService<
TreeRouteBuilder
>();
68
internal void AddEntries(
TreeRouteBuilder
builder, ActionDescriptorCollection actions)
Microsoft.AspNetCore.Routing (5)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
59
services.TryAdd(ServiceDescriptor.Transient<
TreeRouteBuilder
>(s =>
Tree\TreeRouteBuilder.cs (4)
40
/// Initializes a new instance of <see cref="
TreeRouteBuilder
"/>.
246
/// and <see cref="OutboundEntries"/> defined in this <see cref="
TreeRouteBuilder
"/>.
258
/// and <see cref="OutboundEntries"/> defined in this <see cref="
TreeRouteBuilder
"/>.
302
/// <see cref="
TreeRouteBuilder
"/>.