4 references to capacity
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)
114case ExceptionArgument.capacity: