5 references to Comma
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\LegacyPropagator.cs (2)
161
baggageString[currentIndex] !=
Comma
&& baggageString[currentIndex] != Semicolon)
177
while (currentIndex < baggageString.Length && baggageString[currentIndex] !=
Comma
)
System\Diagnostics\W3CPropagator.cs (3)
99
int entrySeparator = baggageSpan.IndexOf(
Comma
);
150
int commaIndex = traceStateSpan.IndexOf(
Comma
);
175
if (traceState[processed - 1] ==
Comma
)