21 references to continuationFunction
System.Private.CoreLib (21)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (2)
1164ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1385ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\FutureFactory.cs (16)
1350if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1378if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1412if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1457if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1481if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1511if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1547if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1593if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1720if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1748if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1782if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1827if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1851if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1881if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1917if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 1963if (continuationFunction == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
4137ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction); 4341ThrowHelper.ThrowArgumentNullException(ExceptionArgument.continuationFunction);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
971case ExceptionArgument.continuationFunction: