3 overrides of ShouldNotifyDebuggerOfWaitCompletion
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
6569
private protected override bool
ShouldNotifyDebuggerOfWaitCompletion
=>
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
1590
private protected override bool
ShouldNotifyDebuggerOfWaitCompletion
=>
1660
private protected override bool
ShouldNotifyDebuggerOfWaitCompletion
=>
5 references to ShouldNotifyDebuggerOfWaitCompletion
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
840
if (IsWaitNotificationEnabled &&
ShouldNotifyDebuggerOfWaitCompletion
)
858
task.
ShouldNotifyDebuggerOfWaitCompletion
) // potential recursion
6570
base.
ShouldNotifyDebuggerOfWaitCompletion
&&
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
1591
base.
ShouldNotifyDebuggerOfWaitCompletion
&&
1661
base.
ShouldNotifyDebuggerOfWaitCompletion
&&