3 references to capacity
mscorlib (3)
system\collections\generic\dictionary.cs (1)
92
if (capacity < 0) ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
capacity
);
system\collections\generic\list.cs (1)
61
if (capacity < 0) ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
capacity
, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
system\throwhelper.cs (1)
144
case ExceptionArgument.
capacity
: