4 references to SelectByWeight
Microsoft.Extensions.Http.Resilience (4)
Routing\Internal\OrderedGroups\OrderedGroupsRoutingStrategy.cs (1)
41nextRoute = group!.Endpoints.SelectByWeight(e => e.Weight, Randomizer!).Uri!;
Routing\Internal\WeightedGroups\WeightedGroupsRoutingStrategy.cs (3)
57nextRoute = group!.Endpoints.SelectByWeight(e => e.Weight, Randomizer).Uri!; 83return _groups.SelectByWeight(g => g.Weight, Randomizer); 92return _groups.SelectByWeight(g => g.Weight, Randomizer);