11 references to ThrowCharsOverflow
System.Text.Encoding.CodePages (11)
System\Text\DBCSCodePageEncoding.cs (5)
970ThrowCharsOverflow(decoder, true); 995ThrowCharsOverflow(decoder, true); 1001ThrowCharsOverflow(decoder, true); 1069ThrowCharsOverflow(decoder, bytes == byteStart); // throw? 1088ThrowCharsOverflow(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)
794ThrowCharsOverflow(decoder, charCount < 1); 871ThrowCharsOverflow(decoder, bytes == byteStart); // throw? 883ThrowCharsOverflow(decoder, bytes == byteStart); // throw?