6 references to TraceParentCoreLength
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\W3CPropagator.cs (6)
72if (traceId!.Length > TraceParentCoreLength) 76traceId = traceId.Substring(0, TraceParentCoreLength); 582if (traceParent is null || traceParent.Length < TraceParentCoreLength) 595if (traceParent.Length != TraceParentCoreLength) 607if (traceParent.Length > TraceParentCoreLength && traceParent[TraceParentCoreLength] != '-')