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