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