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