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