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)
33
await selector.
ApplyAsync
(new DefaultHttpContext(), candidateSet);
66
await selector.
ApplyAsync
(httpContext, candidateSet);
101
await selector.
ApplyAsync
(httpContext, candidateSet);
137
await selector.
ApplyAsync
(httpContext, candidateSet);
172
await selector.
ApplyAsync
(httpContext, candidateSet);
210
await selector.
ApplyAsync
(httpContext, candidateSet);
245
await selector.
ApplyAsync
(httpContext, candidateSet);
286
await selector.
ApplyAsync
(httpContext, candidateSet);
327
await selector.
ApplyAsync
(httpContext, candidateSet);
365
await selector.
ApplyAsync
(httpContext, candidateSet);