1 reference to First
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
397for (DiagNode<KeyValuePair<string, string?>>? current = activity._baggage.First; current != null; current = current.Next)