10 references to NotifyDebuggerOfWaitCompletionIfNecessary
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (1)
111task.NotifyDebuggerOfWaitCompletionIfNecessary();
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (1)
457if (waitCompletionNotification) NotifyDebuggerOfWaitCompletionIfNecessary();
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\FutureFactory.cs (2)
1678completedTasks.NotifyDebuggerOfWaitCompletionIfNecessary(); 1690completedTasks.NotifyDebuggerOfWaitCompletionIfNecessary();
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
2771NotifyDebuggerOfWaitCompletionIfNecessary(); 4998if (task.NotifyDebuggerOfWaitCompletionIfNecessary()) break;
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (4)
36antecedent.NotifyDebuggerOfWaitCompletionIfNecessary(); 82antecedent.NotifyDebuggerOfWaitCompletionIfNecessary(); 128antecedent.NotifyDebuggerOfWaitCompletionIfNecessary(); 174antecedent.NotifyDebuggerOfWaitCompletionIfNecessary();