5 instantiations of PolicyNameKey
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" });
5 references to PolicyNameKey
Microsoft.AspNetCore.RateLimiting (5)
PolicyNameKey.cs (1)
12if (obj is PolicyNameKey key)
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 };