2 instantiations of InboundMatch
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Http\Routing\src\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.Components (3)
src\aspnetcore\src\Http\Routing\src\Tree\TreeRouter.cs (1)
238
foreach (
var
item in node.Matches)
src\aspnetcore\src\Http\Routing\src\Tree\UrlMatchingNode.cs (2)
30
Matches = new List<
InboundMatch
>();
50
public List<
InboundMatch
> Matches { get; }