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

◆ CreatePassThroughPropagator()

static DistributedContextPropagator System.Diagnostics.DistributedContextPropagator.CreatePassThroughPropagator ( )
inlinestaticinherited

Definition at line 42 of file DistributedContextPropagator.cs.

43 {
44 return PassThroughPropagator.Instance;
45 }

References System.Diagnostics.PassThroughPropagator.Instance.