30 references to GetMatches
Microsoft.AspNetCore.Routing (2)
RouteValuesAddressScheme.cs (1)
32matchResults = state.AllMatchesLinkGenerationTree.GetMatches(
Tree\TreeRouter.cs (1)
151var matches = _linkGenerationTree.GetMatches(context.Values, context.AmbientValues);
Microsoft.AspNetCore.Routing.Tests (28)
Tree\LinkGenerationDecisionTreeTest.cs (28)
26var matches = tree.GetMatches(context.Values, ambientValues: null); 46var matches = tree.GetMatches(context.Values, context.AmbientValues); 66var matches = tree.GetMatches(context.Values, context.AmbientValues); 86var matches = tree.GetMatches(context.Values, context.AmbientValues); 110var matches = tree.GetMatches(context.Values, context.AmbientValues); 134var matches = tree.GetMatches(context.Values, context.AmbientValues); 156var matches = tree.GetMatches(context.Values, context.AmbientValues); 178var matches = tree.GetMatches(context.Values, context.AmbientValues); 203var matches = tree.GetMatches(context.Values, context.AmbientValues); 229var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 253var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 280var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 306var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 332var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 357var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 385var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 413var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 441var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 468var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 496var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 524var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 551var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 578var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 603var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 628var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 655var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 682var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList(); 707var matches = tree.GetMatches(context.Values, context.AmbientValues).Select(m => m.Match).ToList();