5 references to Comma
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\LegacyPropagator.cs (2)
161baggageString[currentIndex] != Comma && baggageString[currentIndex] != Semicolon) 177while (currentIndex < baggageString.Length && baggageString[currentIndex] != Comma)
System\Diagnostics\W3CPropagator.cs (3)
115int entrySeparator = baggageSpan.IndexOf(Comma); 168int commaIndex = traceStateSpan.IndexOf(Comma); 209vsb.Append(Comma);