9 references to FindCandidateSet
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcher.cs (1)
51
var (candidates, policies) =
FindCandidateSet
(httpContext, path, segments);
Microsoft.AspNetCore.Routing.Tests (8)
Matching\DfaMatcherTest.cs (8)
372
var set = matcher.
FindCandidateSet
(context, path, buffer.AsSpan().Slice(0, count));
399
var set = matcher.
FindCandidateSet
(context, path, buffer.AsSpan().Slice(0, count));
426
var set = matcher.
FindCandidateSet
(context, path, buffer.AsSpan().Slice(0, count));
453
var set = matcher.
FindCandidateSet
(context, path, buffer.AsSpan().Slice(0, count));
478
var set = matcher.
FindCandidateSet
(context, path, buffer.AsSpan().Slice(0, count));
504
var set = matcher.
FindCandidateSet
(context, path, buffer.AsSpan().Slice(0, count));
531
var set = matcher.
FindCandidateSet
(context, path, buffer.AsSpan().Slice(0, count));
558
var set = matcher.
FindCandidateSet
(context, path, buffer.AsSpan().Slice(0, count));