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

◆ TraceId

ActivityTraceId System.Diagnostics.Activity.TraceId
get

Definition at line 544 of file Activity.cs.

545 {
546 get
547 {
548 if (_traceId == null)
549 {
551 }
552 return new ActivityTraceId(_traceId);
553 }
554 }

Referenced by System.Diagnostics.Activity.TrySetTraceIdFromParent().