5 references to ArgumentOutOfRange_GetByteCountOverflow
System.Text.Encoding.CodePages (5)
System\Text\DBCSCodePageEncoding.cs (1)
1122
throw new ArgumentOutOfRangeException(nameof(charCount), SR.
ArgumentOutOfRange_GetByteCountOverflow
);
System\Text\GB18030Encoding.cs (1)
757
throw new ArgumentOutOfRangeException(nameof(charCount), SR.
ArgumentOutOfRange_GetByteCountOverflow
);
System\Text\ISCIIEncoding.cs (1)
91
throw new ArgumentOutOfRangeException(nameof(charCount), SR.
ArgumentOutOfRange_GetByteCountOverflow
);
System\Text\ISO2022Encoding.cs (1)
1739
throw new ArgumentOutOfRangeException(nameof(charCount), SR.
ArgumentOutOfRange_GetByteCountOverflow
);
System\Text\SBCSCodePageEncoding.cs (1)
904
throw new ArgumentOutOfRangeException(nameof(charCount), SR.
ArgumentOutOfRange_GetByteCountOverflow
);