Implemented interface member:
method
ApplyAsync
Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.ApplyAsync(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.Matching.CandidateSet)
8 references to ApplyAsync
Microsoft.AspNetCore.Mvc.Core.Test (8)
Routing\DynamicControllerEndpointMatcherPolicyTest.cs (8)
122await policy.ApplyAsync(httpContext, candidates); 151await policy.ApplyAsync(httpContext, candidates); 186await policy.ApplyAsync(httpContext, candidates); 233await Assert.ThrowsAsync<InvalidOperationException>(() => policy.ApplyAsync(httpContext, candidates)); 264await policy.ApplyAsync(httpContext, candidates); 326await policy.ApplyAsync(httpContext, candidates); 365await policy.ApplyAsync(httpContext, candidates); 427await policy.ApplyAsync(httpContext, candidates);