Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Current

DistributedContextPropagator System.Diagnostics.DistributedContextPropagator.Current
staticgetsetinherited

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 }