12 references to InboundEntries
Microsoft.AspNetCore.Mvc.Core.Test (6)
Routing\AttributeRouteTest.cs (6)
346
builder.
InboundEntries
,
389
builder.
InboundEntries
,
432
builder.
InboundEntries
,
494
builder.
InboundEntries
,
695
builder.
InboundEntries
,
751
builder.
InboundEntries
,
Microsoft.AspNetCore.Routing (6)
Tree\TreeRouteBuilder.cs (6)
165
InboundEntries
.Add(entry);
245
/// Builds a <see cref="TreeRouter"/> with the <see cref="
InboundEntries
"/>
257
/// Builds a <see cref="TreeRouter"/> with the <see cref="
InboundEntries
"/>
270
foreach (var entry in
InboundEntries
)
301
/// Removes all <see cref="
InboundEntries
"/> and <see cref="OutboundEntries"/> from this
307
InboundEntries
.Clear();