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