1 write to ListenerName
Microsoft.Extensions.Diagnostics.Abstractions (1)
Tracing\TracingRule.cs (1)
56ListenerName = listenerName;
7 references to ListenerName
Microsoft.Extensions.Diagnostics (6)
Tracing\DefaultActivitySourceFactory.cs (6)
429if (!string.IsNullOrEmpty(rule.ListenerName) 430&& !string.Equals(rule.ListenerName, listenerName, StringComparison.OrdinalIgnoreCase)) 464if (!string.IsNullOrEmpty(rule.ListenerName) && string.IsNullOrEmpty(best.ListenerName)) 468else if (string.IsNullOrEmpty(rule.ListenerName) && !string.IsNullOrEmpty(best.ListenerName))
Microsoft.Extensions.Diagnostics.Abstractions (1)
Tracing\TracingRule.cs (1)
13/// <see cref="ListenerName"/> matches all listeners.