2 references to TryDecodeHexDigit
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\W3CPropagator.cs (2)
380if (span.Length < 3 || !TryDecodeHexDigit(span[1], out byte byte1) || !TryDecodeHexDigit(span[2], out byte byte2))