1 write to Branches
Microsoft.AspNetCore.Routing (1)
DecisionTree\DecisionTreeBuilder.cs (1)
182
Branches
= reducedBranches,
5 references to Branches
Microsoft.AspNetCore.Routing (5)
Tree\LinkGenerationDecisionTree.cs (5)
134
if (criterion.
Branches
.TryGetValue(value ?? string.Empty, out var branch))
146
!criterion.
Branches
.Comparer.Equals(value, string.Empty))
148
if (criterion.
Branches
.TryGetValue(value, out branch))
154
if (criterion.
Branches
.TryGetValue(string.Empty, out branch))
254
foreach (var branch in criterion.
Branches
)