2 instantiations of InboundMatch
Microsoft.AspNetCore.Routing (2)
Tree\UrlMatchingTree.cs (2)
135
current.Matches.Add(new
InboundMatch
() { Entry = entry, TemplateMatcher = matcher });
234
current.Matches.Add(new
InboundMatch
() { Entry = entry, TemplateMatcher = matcher });
3 references to InboundMatch
Microsoft.AspNetCore.Routing (3)
Tree\TreeRouter.cs (1)
190
foreach (
var
item in node.Matches)
Tree\UrlMatchingNode.cs (2)
30
Matches = new List<
InboundMatch
>();
50
public List<
InboundMatch
> Matches { get; }