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