Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SpanId
ActivitySpanId
System.Diagnostics.Activity.SpanId
get
Definition at line
531
of file
Activity.cs
.
532
{
533
get
534
{
535
if
(
_spanId
==
null
&&
_id
!=
null
&&
IdFormat
==
ActivityIdFormat
.W3C)
536
{
537
string
value
= ActivitySpanId.CreateFromString(
_id
.AsSpan(36, 16)).ToHexString();
538
Interlocked
.
CompareExchange
(
ref
_spanId
,
value
,
null
);
539
}
540
return
new
ActivitySpanId(
_spanId
);
541
}
542
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Diagnostics.Activity.IdFormat
ActivityIdFormat IdFormat
Definition
Activity.cs:650
System.Diagnostics.Activity._id
string _id
Definition
Activity.cs:323
System.Diagnostics.Activity._spanId
string _spanId
Definition
Activity.cs:333
System.Threading.Interlocked.CompareExchange
static int CompareExchange(ref int location1, int value, int comparand)
System.Threading.Interlocked
Definition
Interlocked.cs:9
System.Diagnostics.ActivityIdFormat
ActivityIdFormat
Definition
ActivityIdFormat.cs:4
System.ExceptionArgument.value
@ value
System
Diagnostics
Activity
Generated by
1.10.0