1 write to Attributes
Microsoft.Extensions.Telemetry (1)
Buffering\LogBufferingFilterRule.cs (1)
42Attributes = attributes;
7 references to Attributes
Microsoft.Extensions.Telemetry (7)
Buffering\LogBufferingFilterRuleSelector.cs (7)
101if (rule.Attributes?.Count > 0 && attributes?.Count > 0) 103foreach (KeyValuePair<string, object?> ruleAttribute in rule.Attributes) 118if (currentBest?.Attributes?.Count > 0) 120if (ruleCandidate.Attributes is null || ruleCandidate.Attributes.Count == 0) 125if (ruleCandidate.Attributes.Count < currentBest.Attributes.Count)