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)
328await policy.ApplyAsync(httpContext, candidates); 349await policy.ApplyAsync(httpContext, candidates); 370await policy.ApplyAsync(httpContext, candidates); 397await policy.ApplyAsync(httpContext, candidates); 424await policy.ApplyAsync(httpContext, candidates); 451await policy.ApplyAsync(httpContext, candidates); 478await policy.ApplyAsync(httpContext, candidates); 505await policy.ApplyAsync(httpContext, candidates); 532await policy.ApplyAsync(httpContext, candidates); 561await policy.ApplyAsync(httpContext, candidates); 590await policy.ApplyAsync(httpContext, candidates);