4 references to HasCatchAll
Microsoft.AspNetCore.Routing (3)
Matching\Candidate.cs (2)
97
Flags |= CandidateFlags.
HasCatchAll
;
118
HasSlots = HasDefaults | HasCaptures |
HasCatchAll
,
Matching\DfaMatcher.cs (1)
146
if ((flags & Candidate.CandidateFlags.
HasCatchAll
) != 0)
Microsoft.AspNetCore.Routing.Tests (1)
Matching\DfaMatcherBuilderTest.cs (1)
3277
Candidate.CandidateFlags.
HasCatchAll
,