6 references to ListenerName
Microsoft.Extensions.Diagnostics (6)
Metrics\ListenerSubscription.cs (6)
148
if (!string.IsNullOrEmpty(rule.
ListenerName
)
149
&& !string.Equals(rule.
ListenerName
, listenerName, StringComparison.OrdinalIgnoreCase))
214
if (!string.IsNullOrEmpty(rule.
ListenerName
) && string.IsNullOrEmpty(best.
ListenerName
))
218
else if (string.IsNullOrEmpty(rule.
ListenerName
) && !string.IsNullOrEmpty(best.
ListenerName
))