2 references to DiagLinkedList
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Activity.cs (2)
529
if (_events != null || Interlocked.CompareExchange(ref _events, new
DiagLinkedList
<ActivityEvent>(e), null) != null)
617
if (_links != null || Interlocked.CompareExchange(ref _links, new
DiagLinkedList
<ActivityLink>(link), null) != null)