Base:
method
SelectAsync
Microsoft.AspNetCore.Routing.Matching.EndpointSelector.SelectAsync(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.Matching.CandidateSet)
7 references to SelectAsync
Microsoft.AspNetCore.Routing.Tests (7)
Matching\DefaultEndpointSelectorTest.cs (7)
23
await selector.
SelectAsync
(httpContext, candidateSet);
44
await selector.
SelectAsync
(httpContext, candidateSet);
65
await selector.
SelectAsync
(httpContext, candidateSet);
86
await selector.
SelectAsync
(httpContext, candidateSet);
108
await selector.
SelectAsync
(httpContext, candidateSet);
139
await selector.
SelectAsync
(httpContext, candidateSet);
161
var ex = await Assert.ThrowsAsync<AmbiguousMatchException>(() => selector.
SelectAsync
(httpContext, candidateSet));