Implemented interface member:
method
ApplyAsync
Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.ApplyAsync(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.Matching.CandidateSet)
10 references to ApplyAsync
Microsoft.AspNetCore.Mvc.Test (10)
Routing\ActionConstraintMatcherPolicyTest.cs (10)
33await selector.ApplyAsync(new DefaultHttpContext(), candidateSet); 66await selector.ApplyAsync(httpContext, candidateSet); 101await selector.ApplyAsync(httpContext, candidateSet); 137await selector.ApplyAsync(httpContext, candidateSet); 172await selector.ApplyAsync(httpContext, candidateSet); 210await selector.ApplyAsync(httpContext, candidateSet); 245await selector.ApplyAsync(httpContext, candidateSet); 286await selector.ApplyAsync(httpContext, candidateSet); 327await selector.ApplyAsync(httpContext, candidateSet); 365await selector.ApplyAsync(httpContext, candidateSet);