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