11 references to ThrowCharsOverflow
System.Text.Encoding.CodePages (11)
System\Text\DBCSCodePageEncoding.cs (5)
970
ThrowCharsOverflow
(decoder, true);
995
ThrowCharsOverflow
(decoder, true);
1001
ThrowCharsOverflow
(decoder, true);
1069
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
1088
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
System\Text\EncodingCharBuffer.cs (3)
56
_enc.
ThrowCharsOverflow
(_decoder, _chars == _charStart); // Throw?
79
_enc.
ThrowCharsOverflow
(_decoder, _chars == _charStart); // Throw?
160
_enc.
ThrowCharsOverflow
(_decoder, _chars == _charStart); // Throw?
System\Text\SBCSCodePageEncoding.cs (3)
794
ThrowCharsOverflow
(decoder, charCount < 1);
871
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
883
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?