5 references to function
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (2)
315ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function); 335ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
5564if (function == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function); 5608if (function == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
963case ExceptionArgument.function: