1 reference to BACKOFF_MAX_YIELDS
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentStack.cs (1)
631
backoff = Random.Shared.Next(1,
BACKOFF_MAX_YIELDS
);