2 references to AddToList
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
5008
if (task.IsWaitNotificationEnabled)
AddToList
(task, ref notificationTasks, initSize: 1);
5027
if (task.IsWaitNotificationEnabled)
AddToList
(task, ref notificationTasks, initSize: 1);