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