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