8 references to capacity
Microsoft.CodeAnalysis.Collections.Package (8)
Internal\ThrowHelper.cs (1)
268case ExceptionArgument.capacity:
Segmented\SegmentedDictionary`2.cs (3)
87ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 954ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 1001ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);
Segmented\SegmentedHashSet`1.cs (2)
142ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 878ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);
Segmented\SegmentedList`1.cs (2)
63ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum); 504ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);