3 references to OutboundMatchResult
Microsoft.AspNetCore.Routing (3)
RouteValuesAddressScheme.cs (1)
137
matchResults.Add(new
OutboundMatchResult
(outboundMatch, isFallbackMatch: false));
Tree\LinkGenerationDecisionTree.cs (2)
121
results.Add(new
OutboundMatchResult
(matches[i], isFallbackPath));
166
results.Add(new
OutboundMatchResult
(_conventionalEntries[i], isFallbackMatch: false));