3 overrides of ShouldNotifyDebuggerOfWaitCompletion
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
6485
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)
763
if (IsWaitNotificationEnabled &&
ShouldNotifyDebuggerOfWaitCompletion
)
781
task.
ShouldNotifyDebuggerOfWaitCompletion
) // potential recursion
6486
base.
ShouldNotifyDebuggerOfWaitCompletion
&&
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
1591
base.
ShouldNotifyDebuggerOfWaitCompletion
&&
1661
base.
ShouldNotifyDebuggerOfWaitCompletion
&&