2 references to CommaWithSpace
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DistributedContextPropagator.cs (1)
140
baggageList.Append(WebUtility.UrlEncode(item.Key)).Append('=').Append(WebUtility.UrlEncode(item.Value)).Append(
CommaWithSpace
);
System\Diagnostics\W3CPropagator.cs (1)
260
encodedBaggage.Append(
CommaWithSpace
);