Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
DistributedContextPropagator
System.Diagnostics.DistributedContextPropagator.Current
static
get
set
inherited
Definition at line
19
of file
DistributedContextPropagator.cs
.
20
{
21
get
22
{
23
return
s_current
;
24
}
25
set
26
{
27
s_current
=
value
??
throw
new
ArgumentNullException(
"value"
);
28
}
29
}
System.Diagnostics.DistributedContextPropagator.s_current
static DistributedContextPropagator s_current
Definition
DistributedContextPropagator.cs:13
System.ExceptionArgument.value
@ value
System
Diagnostics
PassThroughPropagator
Generated by
1.10.0