2 writes to _groups
Microsoft.Extensions.Http.Resilience (2)
Routing\Internal\OrderedGroups\OrderedGroupsRoutingStrategy.cs (2)
29_groups = groups; 53_groups = null;
3 references to _groups
Microsoft.Extensions.Http.Resilience (3)
Routing\Internal\OrderedGroups\OrderedGroupsRoutingStrategy.cs (3)
34if (_groups == null) 60if (_lastUsedIndex >= _groups!.Count) 66nextGroup = _groups[_lastUsedIndex];