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