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

◆ ~DebugFinalizableAsyncStateMachineBox()

Definition at line 84 of file AsyncTaskMethodBuilder.cs.

85 {
86 if (!base.IsCompleted)
87 {
88 TplEventSource.Log.IncompleteAsyncMethod(this);
89 }
90 }
static readonly TplEventSource Log

References System.Threading.Tasks.TplEventSource.Log.