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