1 instantiation of ChainedPartitionedRateLimiter
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\PartitionedRateLimiter.cs (1)
66return new ChainedPartitionedRateLimiter<TResource>(limiters);
2 references to ChainedPartitionedRateLimiter
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\ChainedPartitionedRateLimiter.cs (1)
130throw new ObjectDisposedException(nameof(ChainedPartitionedRateLimiter<TResource>));
System\Threading\RateLimiting\ChainedRateLimiterShared.cs (1)
12/// <see cref="ChainedReplenishingRateLimiter"/>, and <see cref="ChainedPartitionedRateLimiter{TResource}"/>.