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