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