6 references to SetNotificationForWaitCompletion
mscorlib (6)
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
693this.Task.SetNotificationForWaitCompletion(enabled);
system\threading\Tasks\Task.cs (3)
964SetNotificationForWaitCompletion(enabled: false); 6156if (task.IsWaitNotificationEnabled) this.SetNotificationForWaitCompletion(enabled: true); 6406if (task.IsWaitNotificationEnabled) this.SetNotificationForWaitCompletion(enabled: true);
system\threading\Tasks\TaskFactory.cs (2)
1659if (completingTask.IsWaitNotificationEnabled) this.SetNotificationForWaitCompletion(enabled: true); 1737if (completingTask.IsWaitNotificationEnabled) this.SetNotificationForWaitCompletion(enabled: true);