3 overrides of ShouldNotifyDebuggerOfWaitCompletion
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
6433private protected override bool ShouldNotifyDebuggerOfWaitCompletion =>
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\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
765if (IsWaitNotificationEnabled && ShouldNotifyDebuggerOfWaitCompletion) 783task.ShouldNotifyDebuggerOfWaitCompletion) // potential recursion 6434base.ShouldNotifyDebuggerOfWaitCompletion &&
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
1591base.ShouldNotifyDebuggerOfWaitCompletion && 1661base.ShouldNotifyDebuggerOfWaitCompletion &&