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