Implemented interface member:
method
ApplyAsync
Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.ApplyAsync(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.Matching.CandidateSet)
11 references to ApplyAsync
Microsoft.AspNetCore.Routing.Tests (11)
Matching\AcceptsMatcherPolicyTest.cs (11)
328
await policy.
ApplyAsync
(httpContext, candidates);
349
await policy.
ApplyAsync
(httpContext, candidates);
370
await policy.
ApplyAsync
(httpContext, candidates);
397
await policy.
ApplyAsync
(httpContext, candidates);
424
await policy.
ApplyAsync
(httpContext, candidates);
451
await policy.
ApplyAsync
(httpContext, candidates);
478
await policy.
ApplyAsync
(httpContext, candidates);
505
await policy.
ApplyAsync
(httpContext, candidates);
532
await policy.
ApplyAsync
(httpContext, candidates);
561
await policy.
ApplyAsync
(httpContext, candidates);
590
await policy.
ApplyAsync
(httpContext, candidates);