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