11 references to ThrowCharsOverflow
System.Text.Encoding.CodePages (11)
System\Text\DBCSCodePageEncoding.cs (5)
959
ThrowCharsOverflow
(decoder, true);
984
ThrowCharsOverflow
(decoder, true);
990
ThrowCharsOverflow
(decoder, true);
1058
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
1077
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
System\Text\EncodingCharBuffer.cs (3)
56
_enc.
ThrowCharsOverflow
(_decoder, _chars == _charStart); // Throw?
84
_enc.
ThrowCharsOverflow
(_decoder, _chars == _charStart); // Throw?
165
_enc.
ThrowCharsOverflow
(_decoder, _chars == _charStart); // Throw?
System\Text\SBCSCodePageEncoding.cs (3)
783
ThrowCharsOverflow
(decoder, charCount < 1);
860
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
872
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?