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