4 overrides of ShouldNotifyDebuggerOfWaitCompletion
mscorlib (4)
system\threading\Tasks\Task.cs (2)
6191
internal override bool
ShouldNotifyDebuggerOfWaitCompletion
6441
internal override bool
ShouldNotifyDebuggerOfWaitCompletion
system\threading\Tasks\TaskFactory.cs (2)
1679
internal override bool
ShouldNotifyDebuggerOfWaitCompletion
1757
internal override bool
ShouldNotifyDebuggerOfWaitCompletion
6 references to ShouldNotifyDebuggerOfWaitCompletion
mscorlib (6)
system\threading\Tasks\Task.cs (4)
885
if (IsWaitNotificationEnabled &&
ShouldNotifyDebuggerOfWaitCompletion
)
903
task.
ShouldNotifyDebuggerOfWaitCompletion
) // potential recursion
6196
base.
ShouldNotifyDebuggerOfWaitCompletion
&&
6446
base.
ShouldNotifyDebuggerOfWaitCompletion
&&
system\threading\Tasks\TaskFactory.cs (2)
1684
base.
ShouldNotifyDebuggerOfWaitCompletion
&&
1762
base.
ShouldNotifyDebuggerOfWaitCompletion
&&