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