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)
151var matches = _linkGenerationTree.GetMatches(context.Values, context.AmbientValues);