2 references to CapacityMustBeGreaterThanOrEqualToCount
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.Builder.cs (1)
60
throw new ArgumentException(SR.
CapacityMustBeGreaterThanOrEqualToCount
, paramName: nameof(value));
System\Collections\ThrowHelper.cs (1)
14
throw new ArgumentException(SR.
CapacityMustBeGreaterThanOrEqualToCount
, "destination");