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