Implemented interface member:
method
ApplyAsync
Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.ApplyAsync(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.Matching.CandidateSet)
14 references to ApplyAsync
Microsoft.AspNetCore.Routing.Tests (14)
Matching\ContentEncodingNegotiationMatcherPolicyTest.cs (14)
83
await policy.
ApplyAsync
(httpContext, endpoints);
103
await policy.
ApplyAsync
(httpContext, endpoints);
123
await policy.
ApplyAsync
(httpContext, endpoints);
143
await policy.
ApplyAsync
(httpContext, endpoints);
163
await policy.
ApplyAsync
(httpContext, endpoints);
183
await policy.
ApplyAsync
(httpContext, endpoints);
202
await policy.
ApplyAsync
(httpContext, endpoints);
223
await policy.
ApplyAsync
(httpContext, endpoints);
244
await policy.
ApplyAsync
(httpContext, endpoints);
263
await policy.
ApplyAsync
(httpContext, endpoints);
282
await policy.
ApplyAsync
(httpContext, endpoints);
301
await policy.
ApplyAsync
(httpContext, endpoints);
320
await policy.
ApplyAsync
(httpContext, endpoints);
338
await policy.
ApplyAsync
(httpContext, endpoints);