5 writes to _traceId
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Activity.cs (5)
709_traceId = traceId.ToHexString(); // The child will share the parent's traceId. 1212activity._traceId = parentContext.TraceId.ToString(); 1259_traceId = id.ToHexString(); 1395_traceId = Parent.TraceId.ToHexString(); 1401_traceId = ActivityTraceId.CreateFromString(_parentId.AsSpan(3, 32)).ToHexString();
7 references to _traceId
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Activity.cs (7)
230string.Create(null, stackalloc char[128], $"00-{_traceId}-{_spanId}-{flagsChars}"); 262string.Create(null, stackalloc char[128], $"00-{_traceId}-{_parentSpanId}-{flagsChars}"); 916if (_traceId is null) 921return new ActivityTraceId(_traceId); 1253if (_traceId is null) 1391Debug.Assert(_traceId is null); 1408return _traceId != null;