1 write to ListenerName
Microsoft.Extensions.Diagnostics.Abstractions (1)
Tracing\TracingRule.cs (1)
56
ListenerName
= listenerName;
7 references to ListenerName
Microsoft.Extensions.Diagnostics (6)
Tracing\DefaultActivitySourceFactory.cs (6)
429
if (!string.IsNullOrEmpty(rule.
ListenerName
)
430
&& !string.Equals(rule.
ListenerName
, listenerName, StringComparison.OrdinalIgnoreCase))
464
if (!string.IsNullOrEmpty(rule.
ListenerName
) && string.IsNullOrEmpty(best.
ListenerName
))
468
else 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.