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