1 write to _linkGenerationTree
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouter.cs (1)
124
_linkGenerationTree
= new LinkGenerationDecisionTree(outboundMatches.ToArray());
1 reference to _linkGenerationTree
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouter.cs (1)
151
var matches =
_linkGenerationTree
.GetMatches(context.Values, context.AmbientValues);