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