1 write to Branches
Microsoft.AspNetCore.Routing (1)
DecisionTree\DecisionTreeBuilder.cs (1)
182
Branches
= reducedBranches,
13 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
)
Microsoft.AspNetCore.Routing.Tests (8)
DecisionTreeBuilderTest.cs (8)
60
var admin = Assert.Single(area.
Branches
);
67
var users = Assert.Single(controller.
Branches
);
74
var addUser = Assert.Single(action.
Branches
);
105
var buy = action.
Branches
["Buy"];
111
var store = Assert.Single(controller.
Branches
);
116
var checkout = action.
Branches
["Checkout"];
122
store = Assert.Single(controller.
Branches
);
157
var buy = action.
Branches
["Buy"];