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)
22
private readonly List<
RouteEntry
> _routeEntries = new();
129
RouteEntry
entry, RoutePattern? groupPrefix = null, IReadOnlyList<Action<EndpointBuilder>>? groupConventions = null, IReadOnlyList<Action<EndpointBuilder>>? groupFinallyConventions = null)
286
private RequestDelegateFactoryOptions CreateRdfOptions(
RouteEntry
entry, RoutePattern pattern, RouteEndpointBuilder builder)