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