2 instantiations of RouteEntry
Microsoft.AspNetCore.Routing (2)
RouteEndpointDataSource.cs (2)
42_routeEntries.Add(new() 76_routeEntries.Add(new()
3 references to RouteEntry
Microsoft.AspNetCore.Routing (3)
RouteEndpointDataSource.cs (3)
22private readonly List<RouteEntry> _routeEntries = new(); 129RouteEntry entry, RoutePattern? groupPrefix = null, IReadOnlyList<Action<EndpointBuilder>>? groupConventions = null, IReadOnlyList<Action<EndpointBuilder>>? groupFinallyConventions = null) 286private RequestDelegateFactoryOptions CreateRdfOptions(RouteEntry entry, RoutePattern pattern, RouteEndpointBuilder builder)