4 writes to Weight
Microsoft.Extensions.Http.Resilience.Tests (4)
Routing\WeightedRoutingStrategyTest.cs (4)
79group.Weight = 20; 92group.Weight = 30; 110group.Weight = 0; 122group.Weight = 99999;
2 references to Weight
Microsoft.Extensions.Http.Resilience (2)
Routing\Internal\WeightedGroups\WeightedGroupsRoutingStrategy.cs (2)
83return _groups.SelectByWeight(g => g.Weight, Randomizer); 92return _groups.SelectByWeight(g => g.Weight, Randomizer);