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