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