8 references to ThrowBytesOverflow
System.Text.Encoding.CodePages (8)
System\Text\DBCSCodePageEncoding.cs (2)
724
ThrowBytesOverflow
(encoder, chars == charStart); // throw ?
743
ThrowBytesOverflow
(encoder, chars == charStart); // throw ?
System\Text\EncodingByteBuffer.cs (1)
114
_enc.
ThrowBytesOverflow
(_encoder, _bytes == _byteStart); // Throw? (and reset fallback if not converting)
System\Text\SBCSCodePageEncoding.cs (5)
489
ThrowBytesOverflow
(encoder, true);
500
ThrowBytesOverflow
(encoder, byteCount < 1);
560
ThrowBytesOverflow
(encoder, true);
612
ThrowBytesOverflow
(encoder, chars == charStart);
629
ThrowBytesOverflow
(encoder, chars == charStart); // throw ?