4 references to ArgumentOutOfRange_NeedNonNegNumRequired
System (4)
compmod\system\collections\generic\queue.cs (1)
61
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.
ArgumentOutOfRange_NeedNonNegNumRequired
);
compmod\system\collections\generic\sortedlist.cs (1)
108
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.
ArgumentOutOfRange_NeedNonNegNumRequired
);
compmod\system\collections\generic\stack.cs (1)
56
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.
ArgumentOutOfRange_NeedNonNegNumRequired
);
compmod\system\collections\generic\throwhelper.cs (1)
205
case ExceptionResource.
ArgumentOutOfRange_NeedNonNegNumRequired
: