1 instantiation of AmbiguousMatchException
Microsoft.AspNetCore.Routing (1)
Matching\DefaultEndpointSelector.cs (1)
124
throw new
AmbiguousMatchException
(message);
2 references to AmbiguousMatchException
Microsoft.AspNetCore.Routing.Tests (2)
Matching\DefaultEndpointSelectorTest.cs (2)
161
var
ex = await Assert.ThrowsAsync<
AmbiguousMatchException
>(() => selector.SelectAsync(httpContext, candidateSet));