12 references to NotifyDebuggerOfWaitCompletionIfNecessary
mscorlib (12)
system\runtime\compilerservices\TaskAwaiter.cs (1)
153task.NotifyDebuggerOfWaitCompletionIfNecessary();
system\threading\Tasks\Future.cs (1)
559if (waitCompletionNotification) NotifyDebuggerOfWaitCompletionIfNecessary();
system\threading\Tasks\FutureFactory.cs (4)
1853completedTasks.NotifyDebuggerOfWaitCompletionIfNecessary(); 1867completedTasks.NotifyDebuggerOfWaitCompletionIfNecessary(); 2289wrappedAntecedents.NotifyDebuggerOfWaitCompletionIfNecessary(); 2298wrappedAntecedents.NotifyDebuggerOfWaitCompletionIfNecessary();
system\threading\Tasks\Task.cs (2)
3173NotifyDebuggerOfWaitCompletionIfNecessary(); 5141if (task.NotifyDebuggerOfWaitCompletionIfNecessary()) break;
system\threading\Tasks\TaskContinuation.cs (4)
56antecedent.NotifyDebuggerOfWaitCompletionIfNecessary(); 104antecedent.NotifyDebuggerOfWaitCompletionIfNecessary(); 152antecedent.NotifyDebuggerOfWaitCompletionIfNecessary(); 200antecedent.NotifyDebuggerOfWaitCompletionIfNecessary();