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