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