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