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