30 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);
Microsoft.AspNetCore.Routing.Tests (28)
Tree\LinkGenerationDecisionTreeTest.cs (28)
26
var matches = tree.
GetMatches
(context.Values, ambientValues: null);
46
var matches = tree.
GetMatches
(context.Values, context.AmbientValues);
66
var matches = tree.
GetMatches
(context.Values, context.AmbientValues);
86
var matches = tree.
GetMatches
(context.Values, context.AmbientValues);
110
var matches = tree.
GetMatches
(context.Values, context.AmbientValues);
134
var matches = tree.
GetMatches
(context.Values, context.AmbientValues);
156
var matches = tree.
GetMatches
(context.Values, context.AmbientValues);
178
var matches = tree.
GetMatches
(context.Values, context.AmbientValues);
203
var matches = tree.
GetMatches
(context.Values, context.AmbientValues);
229
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
253
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
280
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
306
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
332
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
357
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
385
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
413
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
441
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
468
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
496
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
524
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
551
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
578
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
603
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
628
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
655
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
682
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();
707
var matches = tree.
GetMatches
(context.Values, context.AmbientValues).Select(m => m.Match).ToList();