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

◆ ShouldNotifyDebuggerOfWaitCompletion

override bool System.Threading.Tasks.TaskFactory< TResult >.CompleteOnCountdownPromise< T >.ShouldNotifyDebuggerOfWaitCompletion
getprotected

Definition at line 838 of file TaskFactory.cs.

839 {
840 get
841 {
842 if (base.ShouldNotifyDebuggerOfWaitCompletion)
843 {
844 return Task.AnyTaskRequiresNotifyDebuggerOfWaitCompletion(_tasks);
845 }
846 return false;
847 }
848 }