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