7 references to capacity
Microsoft.CodeAnalysis (7)
SegmentedDictionary`2.cs (3)
81ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 924ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 971ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);
SegmentedHashSet`1.cs (2)
125ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity); 858ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);
SegmentedList`1.cs (1)
59ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
ThrowHelper.cs (1)
252case ExceptionArgument.capacity: