8 references to capacity
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
50ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 1116ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 1163ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
124ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 942ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (2)
49ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum); 437ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
915case ExceptionArgument.capacity: