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

◆ ShouldNotifyDebuggerOfWaitCompletion

override bool System.Threading.Tasks.Task< TResult >.WhenAllPromise< T >.ShouldNotifyDebuggerOfWaitCompletion
getprotected

Definition at line 677 of file Task.cs.

678 {
679 get
680 {
681 if (base.ShouldNotifyDebuggerOfWaitCompletion)
682 {
684 }
685 return false;
686 }
687 }
static bool AnyTaskRequiresNotifyDebuggerOfWaitCompletion(Task[] tasks)
Definition Task.cs:1448