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

◆ Enable()

void System.Diagnostics.Tracing.ActivityTracker.Enable ( )
inline

Definition at line 329 of file ActivityTracker.cs.

330 {
331 if (m_current == null)
332 {
333 try
334 {
336 }
337 catch (NotImplementedException)
338 {
339 Debugger.Log(0, null, "Activity Enabled() called but AsyncLocals Not Supported (pre V4.6). Ignoring Enable");
340 }
341 }
342 }
void ActivityChanging(AsyncLocalValueChangedArgs< ActivityInfo > args)

References System.Diagnostics.Tracing.ActivityTracker.ActivityChanging(), System.Diagnostics.Debugger.Log(), and System.Diagnostics.Tracing.ActivityTracker.m_current.

Referenced by System.Diagnostics.Tracing.ActivityTracker.OnStart().