4 references to Tags
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\ActivityLink.cs (2)
43
public bool Equals(ActivityLink value) => Context == value.Context && value.
Tags
==
Tags
;
System\Diagnostics\ActivityLink.netcoreapp.cs (2)
20
if (
Tags
!= null)
22
foreach (KeyValuePair<string, object?> kvp in
Tags
)