2 writes to CatchAll
Microsoft.AspNetCore.Routing (2)
Matching\Candidate.cs (2)
56CatchAll = default; 77CatchAll = catchAll;
9 references to CatchAll
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcher.cs (1)
148ProcessCatchAll(slots, candidate.CatchAll, path, segments);
Microsoft.AspNetCore.Routing.Tests (8)
Matching\DfaMatcherBuilderTest.cs (8)
3203Assert.Equal(default, candidate.CatchAll); 3227Assert.Equal(default, candidate.CatchAll); 3257Assert.Equal(default, candidate.CatchAll); 3288Assert.Equal(("c", 2, 0), candidate.CatchAll); 3320Assert.Equal(default, candidate.CatchAll); 3349Assert.Equal(default, candidate.CatchAll); 3371Assert.Equal(default, candidate.CatchAll); 3460Assert.Equal(default, candidate.CatchAll);