Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ShouldNotifyDebuggerOfWaitCompletion
override
bool
System.Threading.Tasks.TaskFactory
<
TResult
>.
CompleteOnCountdownPromise
<
T
>.ShouldNotifyDebuggerOfWaitCompletion
get
protected
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
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Threading.Tasks.TaskFactory.CompleteOnCountdownPromise._tasks
readonly Task[] _tasks
Definition
TaskFactory.cs:832
Task
System
Threading
Tasks
TaskFactory
CompleteOnCountdownPromise
Generated by
1.10.0