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