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)
115
int entrySeparator = baggageSpan.IndexOf(
Comma
);
168
int commaIndex = traceStateSpan.IndexOf(
Comma
);
209
vsb.Append(
Comma
);