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)
70
if (
_root
.Matches.Count > 0 ||
_root
.Criteria.Count > 0 || _conventionalEntries.Count > 0)
73
Walk(results, values, ambientValues ?? EmptyAmbientValues,
_root
, isFallbackPath: false);
231
FlattenTree(branchStack, sb,
_root
);