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