1 instantiation of TreeRouteBuilder
Microsoft.AspNetCore.Routing (1)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
64return new TreeRouteBuilder(loggerFactory, objectPool, constraintResolver);
8 references to TreeRouteBuilder
Microsoft.AspNetCore.Mvc.Core (3)
Routing\AttributeRoute.cs (3)
59var builder = _services.GetRequiredService<TreeRouteBuilder>(); 68internal void AddEntries(TreeRouteBuilder builder, ActionDescriptorCollection actions)
Microsoft.AspNetCore.Routing (5)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
59services.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"/>.