7 references to exceptions
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCompletionSource.cs (3)
159
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
exceptions
);
167
ThrowHelper.ThrowArgumentException(ExceptionResource.TaskCompletionSourceT_TrySetException_NullException, ExceptionArgument.
exceptions
);
175
ThrowHelper.ThrowArgumentException(ExceptionResource.TaskCompletionSourceT_TrySetException_NoExceptions, ExceptionArgument.
exceptions
);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCompletionSource_T.cs (3)
159
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
exceptions
);
167
ThrowHelper.ThrowArgumentException(ExceptionResource.TaskCompletionSourceT_TrySetException_NullException, ExceptionArgument.
exceptions
);
175
ThrowHelper.ThrowArgumentException(ExceptionResource.TaskCompletionSourceT_TrySetException_NoExceptions, ExceptionArgument.
exceptions
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
923
case ExceptionArgument.
exceptions
: