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