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