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