21 references to continuationFunction
System.Private.CoreLib (21)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
4242ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 4446ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task_T.cs (2)
1162ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1383ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (16)
1353if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1381if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1415if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1460if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1484if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1514if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1550if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1596if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1723if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1751if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1785if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1830if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1854if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1884if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1920if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1966if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
969case ExceptionArgument.continuationFunction: