1 instantiation of InboundRouteEntry
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouteBuilder.cs (1)
94var entry = new InboundRouteEntry()
13 references to InboundRouteEntry
Microsoft.AspNetCore.Routing (11)
Tree\InboundMatch.cs (2)
24/// Gets or sets the <see cref="InboundRouteEntry"/>. 26public InboundRouteEntry Entry { get; set; }
Tree\TreeRouteBuilder.cs (7)
77/// <returns>The <see cref="InboundRouteEntry"/>.</returns> 79public InboundRouteEntry MapInbound( 94var entry = new InboundRouteEntry() 233/// Gets the list of <see cref="InboundRouteEntry"/>. 236public IList<InboundRouteEntry> InboundEntries { get; } = new List<InboundRouteEntry>(); 270foreach (var entry in InboundEntries)
Tree\TreeRouter.cs (1)
192var entry = item.Entry;
Tree\UrlMatchingTree.cs (1)
42internal void AddEntry(InboundRouteEntry entry)
Microsoft.AspNetCore.Routing.Tests (2)
Tree\TreeRouterTest.cs (2)
2014private static InboundRouteEntry MapInboundEntry( 2020var entry = builder.MapInbound(