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