1 write to Key
Microsoft.AspNetCore.RateLimiting (1)
DefaultKeyType.cs (1)
11Key = key;
4 references to Key
Microsoft.AspNetCore.RateLimiting (4)
DefaultKeyTypeEqualityComparer.cs (3)
12var xKey = x.Key; 13var yKey = y.Key; 28return HashCode.Combine(obj.Key, obj.PolicyName);
RateLimiterOptions.cs (1)
115return new RateLimitPartition<DefaultKeyType>(partitionKey, static key => ((Func<TPartitionKey, RateLimiter>)key.Factory!)((TPartitionKey)key.Key!));