4 references to Task_MultiTaskContinuation_NullTask
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (3)
2349Task task = tasks[i] ?? throw new ArgumentException(SR.Task_MultiTaskContinuation_NullTask, nameof(tasks)); 2979throw new ArgumentException(SR.Task_MultiTaskContinuation_NullTask, nameof(tasks)); 2998throw new ArgumentException(SR.Task_MultiTaskContinuation_NullTask, nameof(tasks));
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1140return SR.Task_MultiTaskContinuation_NullTask;