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