8 references to capacity
Microsoft.CodeAnalysis.Collections.Package (8)
Internal\ThrowHelper.cs (1)
266case ExceptionArgument.capacity:
SegmentedDictionary`2.cs (3)
85ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 952ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 999ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);
SegmentedHashSet`1.cs (2)
140ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 876ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);
SegmentedList`1.cs (2)
61ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum); 502ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);