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