Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ShouldNotifyDebuggerOfWaitCompletion
override
bool
System.Threading.Tasks.Task
<
TResult
>.
WhenAllPromise
<
T
>.ShouldNotifyDebuggerOfWaitCompletion
get
protected
Definition at line
677
of file
Task.cs
.
678
{
679
get
680
{
681
if
(
base
.ShouldNotifyDebuggerOfWaitCompletion)
682
{
683
return
AnyTaskRequiresNotifyDebuggerOfWaitCompletion
(
m_tasks
);
684
}
685
return
false
;
686
}
687
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Threading.Tasks.Task.WhenAllPromise.m_tasks
readonly Task[] m_tasks
Definition
Task.cs:671
System.Threading.Tasks.Task.AnyTaskRequiresNotifyDebuggerOfWaitCompletion
static bool AnyTaskRequiresNotifyDebuggerOfWaitCompletion(Task[] tasks)
Definition
Task.cs:1448
System
Threading
Tasks
Task
WhenAllPromise
Generated by
1.10.0