1 write to _root
Microsoft.AspNetCore.Routing (1)
Tree\LinkGenerationDecisionTree.cs (1)
62_root = DecisionTreeBuilder<OutboundMatch>.GenerateTree(
4 references to _root
Microsoft.AspNetCore.Routing (4)
Tree\LinkGenerationDecisionTree.cs (4)
70if (_root.Matches.Count > 0 || _root.Criteria.Count > 0 || _conventionalEntries.Count > 0) 73Walk(results, values, ambientValues ?? EmptyAmbientValues, _root, isFallbackPath: false); 231FlattenTree(branchStack, sb, _root);