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)
5614if (function == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function); 5658if (function == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.function);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
955case ExceptionArgument.function: