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