5 references to ArgumentOutOfRange_GetCharCountOverflow
System.Text.Encoding.CodePages (5)
System\Text\DBCSCodePageEncoding.cs (1)
1140
throw new ArgumentOutOfRangeException(nameof(byteCount), SR.
ArgumentOutOfRange_GetCharCountOverflow
);
System\Text\GB18030Encoding.cs (1)
776
throw new ArgumentOutOfRangeException(nameof(byteCount), SR.
ArgumentOutOfRange_GetCharCountOverflow
);
System\Text\ISCIIEncoding.cs (1)
113
throw new ArgumentOutOfRangeException(nameof(byteCount), SR.
ArgumentOutOfRange_GetCharCountOverflow
);
System\Text\ISO2022Encoding.cs (1)
1775
throw new ArgumentOutOfRangeException(nameof(byteCount), SR.
ArgumentOutOfRange_GetCharCountOverflow
);
System\Text\SBCSCodePageEncoding.cs (1)
921
throw new ArgumentOutOfRangeException(nameof(byteCount), SR.
ArgumentOutOfRange_GetCharCountOverflow
);