1 write to OperationName
Microsoft.Extensions.Diagnostics.Abstractions (1)
Tracing\TracingRule.cs (1)
55
OperationName
= operationName;
12 references to OperationName
Microsoft.Extensions.Diagnostics (11)
Tracing\DefaultActivitySourceFactory.cs (11)
349
if (string.IsNullOrEmpty(rule.
OperationName
))
355
if (!seen.Add(rule.
OperationName
))
360
bool enabled = IsOperationEnabled(rules, sourceName, isLocalScope, rule.
OperationName
);
364
divergent.Add(rule.
OperationName
);
445
if (considerOperationName && !string.IsNullOrEmpty(rule.
OperationName
))
448
|| !string.Equals(rule.
OperationName
, operationName, StringComparison.OrdinalIgnoreCase))
492
if (!string.IsNullOrEmpty(rule.
OperationName
) && string.IsNullOrEmpty(best.
OperationName
))
496
else if (string.IsNullOrEmpty(rule.
OperationName
) && !string.IsNullOrEmpty(best.
OperationName
))
600
if (!string.IsNullOrEmpty(rule.
OperationName
))
Microsoft.Extensions.Diagnostics.Abstractions (1)
Tracing\TracingRule.cs (1)
12
/// <see cref="
OperationName
"/> matches all activities within the matching sources, and an unspecified