2 references to Comma
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\LegacyPropagator.cs (2)
161
baggageString[currentIndex] !=
Comma
&& baggageString[currentIndex] != Semicolon)
177
while (currentIndex < baggageString.Length && baggageString[currentIndex] !=
Comma
)