26 references to ThrowConversionOverflow
System.Private.CoreLib (26)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (2)
172ThrowConversionOverflow(); 514ThrowConversionOverflow();
src\libraries\System.Private.CoreLib\src\System\Text\DecoderFallback.cs (1)
260Encoding.ThrowConversionOverflow();
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (1)
270Encoding.ThrowConversionOverflow();
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (18)
150ThrowConversionOverflow(); 168/// (Implementation should call <see cref="ThrowConversionOverflow"/>.) 222/// (Implementation should call <see cref="ThrowConversionOverflow"/>.) 253/// (The implementation should call <see cref="ThrowConversionOverflow"/>.) 279ThrowConversionOverflow(); 292ThrowConversionOverflow(); 308/// (Implementation should call <see cref="ThrowConversionOverflow"/>.) 353ThrowConversionOverflow(); 376ThrowConversionOverflow(); 745ThrowConversionOverflow(); 763/// (Implementation should call <see cref="ThrowConversionOverflow"/>.) 816/// (Implementation should call <see cref="ThrowConversionOverflow"/>.) 847/// (The implementation should call <see cref="ThrowConversionOverflow"/>.) 879ThrowConversionOverflow(); 892ThrowConversionOverflow(); 908/// (Implementation should call <see cref="ThrowConversionOverflow"/>.) 949ThrowConversionOverflow(); 972ThrowConversionOverflow();
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (1)
125ThrowConversionOverflow();
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (3)
223ThrowConversionOverflow(); 244ThrowConversionOverflow(); 733ThrowConversionOverflow();