2 writes to IsCatchAll
Microsoft.AspNetCore.Routing (2)
Tree\UrlMatchingTree.cs (2)
165
current.ConstrainedCatchAlls = new UrlMatchingNode(length: i + 1) {
IsCatchAll
= true };
176
current.CatchAlls = new UrlMatchingNode(length: i + 1) {
IsCatchAll
= true };
1 reference to IsCatchAll
Microsoft.AspNetCore.Routing (1)
Tree\TreeEnumerator.cs (1)
48
if (next.
IsCatchAll
&& next.Matches.Count > 0)