2 references to Arg_HTCapacityOverflow
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\HashHelpers.cs (1)
58throw new ArgumentException(SR.Arg_HTCapacityOverflow);
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
272throw new ArgumentException(SR.Arg_HTCapacityOverflow, nameof(capacity));