2 references to First
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Activity.cs (2)
400
for (DiagNode<KeyValuePair<string, string?>>? current = activity._baggage.
First
; current != null; current = current.Next)
1647
_next = baggage.
First
;