2 references to GetMatches
Microsoft.AspNetCore.Routing (2)
RouteValuesAddressScheme.cs (1)
32
matchResults = state.AllMatchesLinkGenerationTree.
GetMatches
(
Tree\TreeRouter.cs (1)
151
var matches = _linkGenerationTree.
GetMatches
(context.Values, context.AmbientValues);