1 instantiation of ChainedPartitionedRateLimiter
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\PartitionedRateLimiter.cs (1)
65return new ChainedPartitionedRateLimiter<TResource>(limiters);
1 reference to ChainedPartitionedRateLimiter
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\ChainedPartitionedRateLimiter.cs (1)
116throw new ObjectDisposedException(nameof(ChainedPartitionedRateLimiter<TResource>));