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