2 references to TagsLinkedList
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Activity.cs (2)
493if (_tags != null || Interlocked.CompareExchange(ref _tags, new TagsLinkedList(kvp), null) != null) 517if (_tags != null || Interlocked.CompareExchange(ref _tags, new TagsLinkedList(kvp, set: true), null) != null)