3 references to WhenAllPromise
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
6446
return new
WhenAllPromise
<TResult>(taskArray);
6468
new
WhenAllPromise
<TResult>(taskList.ToArray());
6556
return new
WhenAllPromise
<TResult>(tasksCopy);