3 writes to _parentSpanId
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (3)
727
_parentSpanId
= spanId.ToHexString();
998
Interlocked.CompareExchange(ref
_parentSpanId
, parentSpanId, null);
1233
activity.
_parentSpanId
= parentContext.SpanId.ToString();
8 references to _parentSpanId
System.Diagnostics.DiagnosticSource (8)
System\Diagnostics\Activity.cs (8)
273
if (
_parentSpanId
!= null)
279
string.Create(null, stackalloc char[128], $"00-{_traceId}-{
_parentSpanId
}-{flagsChars}");
690
else if (ParentId != null ||
_parentSpanId
!= null)
720
else if (ParentId != null ||
_parentSpanId
!= null)
802
if (_parentId == null &&
_parentSpanId
is null)
822
_parentSpanId
!= null ? ActivityIdFormat.W3C :
980
if (
_parentSpanId
is null)
1001
return new ActivitySpanId(
_parentSpanId
);