2 writes to _spanId
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Activity.cs (2)
915
Interlocked.CompareExchange(ref
_spanId
, spanId, null);
1301
_spanId
= ActivitySpanId.CreateRandom().ToHexString();
9 references to _spanId
System.Diagnostics.DiagnosticSource (9)
System\Diagnostics\Activity.cs (9)
240
if (_id == null &&
_spanId
!= null)
247
string.Create(null, stackalloc char[128], $"00-{_traceId}-{
_spanId
}-{flagsChars}");
678
if (_id != null ||
_spanId
!= null)
708
if (_id != null ||
_spanId
!= null)
792
if (_id != null ||
_spanId
!= null)
847
if (_id == null &&
_spanId
== null)
908
if (
_spanId
is null)
918
return new ActivitySpanId(
_spanId
);
1048
if (_id != null ||
_spanId
!= null)