1 write to Attributes
Microsoft.Extensions.Telemetry (1)
Buffering\LogBufferingFilterRule.cs (1)
39Attributes = attributes;
7 references to Attributes
Microsoft.Extensions.Telemetry (7)
Buffering\LogBufferingFilterRuleSelector.cs (7)
100if (rule.Attributes?.Count > 0 && attributes?.Count > 0) 102foreach (KeyValuePair<string, object?> ruleAttribute in rule.Attributes) 117if (currentBest?.Attributes?.Count > 0) 119if (ruleCandidate.Attributes is null || ruleCandidate.Attributes.Count == 0) 124if (ruleCandidate.Attributes.Count < currentBest.Attributes.Count)