5 writes to PolicyName
Microsoft.AspNetCore.RateLimiting (5)
RateLimiterOptionsExtensions.cs (4)
31var key = new PolicyNameKey() { PolicyName = policyName }; 60var key = new PolicyNameKey() { PolicyName = policyName }; 89var key = new PolicyNameKey() { PolicyName = policyName }; 114var key = new PolicyNameKey() { PolicyName = policyName };
RateLimitingMiddleware.cs (1)
25private readonly DefaultKeyType _defaultPolicyKey = new DefaultKeyType("__defaultPolicy", new PolicyNameKey { PolicyName = "__defaultPolicyKey" });
3 references to PolicyName
Microsoft.AspNetCore.RateLimiting (3)
PolicyNameKey.cs (3)
14return PolicyName == key.PolicyName; 21return PolicyName.GetHashCode();