5 references to function
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (2)
313ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function); 333ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
5610if (function == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function); 5654if (function == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
967case ExceptionArgument.function: