1 reference to TryDecodeBaggageValue
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\W3CPropagator.cs (1)
111
if (TryDecodeBaggageKey(keySpan, out string? key) &&
TryDecodeBaggageValue
(valueSpan, out string value))